Skip navigation links

Oracle Communications Service Broker Platform MBean Java API Reference
6.0

E26173-01


oracle.axia.config.beans.logging.log4jconfig
Interface ConfigurationTypeMBean.AppenderMBean

All Superinterfaces:
ConfigurationTypeReadOnlyMBean.AppenderReadOnlyMBean
All Known Implementing Classes:
ConfigurationType.Appender
Enclosing interface:
ConfigurationTypeMBean

public static interface ConfigurationTypeMBean.AppenderMBean
extends ConfigurationTypeReadOnlyMBean.AppenderReadOnlyMBean

Nested Class Summary
static interface ConfigurationTypeMBean.AppenderMBean.ErrorHandlerMBean
           
static interface ConfigurationTypeMBean.AppenderMBean.FilterMBean
           
static interface ConfigurationTypeMBean.AppenderMBean.LayoutMBean
           

 

Nested classes/interfaces inherited from interface oracle.axia.config.beans.logging.log4jconfig.ConfigurationTypeReadOnlyMBean.AppenderReadOnlyMBean
ConfigurationTypeReadOnlyMBean.AppenderReadOnlyMBean.ErrorHandlerReadOnlyMBean, ConfigurationTypeReadOnlyMBean.AppenderReadOnlyMBean.FilterReadOnlyMBean, ConfigurationTypeReadOnlyMBean.AppenderReadOnlyMBean.LayoutReadOnlyMBean

 

Method Summary
 void addAppenderRef()
          Add a new element named appenderRef
 void addErrorHandler()
          Add a new element named errorHandler
 void addFilter()
          Add a new element named filter
 void addLayout()
          Add a new element named layout
 void addParam()
          Add a new element named param
 void removeAppenderRef(int index)
          Remove an element named appenderRef by the index
 void removeErrorHandler()
          Remove an element named errorHandler
 void removeFilter(int index)
          Remove an element named filter by the index
 void removeLayout()
          Remove an element named layout
 void removeParam(int index)
          Remove an element named param by the index
 void setClazz(java.lang.String value)
          Sets the value of the clazz property.
 void setErrorHandlerMBean(ConfigurationTypeMBean.AppenderMBean.ErrorHandlerMBean val)
          Set the value of the ErrorHandler element
 void setLayoutMBean(ConfigurationTypeMBean.AppenderMBean.LayoutMBean val)
          Set the value of the Layout element
 void setName(java.lang.String value)
          Sets the value of the name property.

 

Methods inherited from interface oracle.axia.config.beans.logging.log4jconfig.ConfigurationTypeReadOnlyMBean.AppenderReadOnlyMBean
getAppenderRefMBean, getClazz, getErrorHandlerMBean, getFilterMBean, getLayoutMBean, getName, getParamMBean

 

Method Detail

setName

void setName(java.lang.String value)
Sets the value of the name property.

setClazz

void setClazz(java.lang.String value)
Sets the value of the clazz property.

addErrorHandler

void addErrorHandler()
Add a new element named errorHandler

removeErrorHandler

void removeErrorHandler()
Remove an element named errorHandler

addParam

void addParam()
Add a new element named param

removeParam

void removeParam(int index)
Remove an element named param by the index

addLayout

void addLayout()
Add a new element named layout

removeLayout

void removeLayout()
Remove an element named layout

addFilter

void addFilter()
Add a new element named filter

removeFilter

void removeFilter(int index)
Remove an element named filter by the index

addAppenderRef

void addAppenderRef()
Add a new element named appenderRef

removeAppenderRef

void removeAppenderRef(int index)
Remove an element named appenderRef by the index

setErrorHandlerMBean

void setErrorHandlerMBean(ConfigurationTypeMBean.AppenderMBean.ErrorHandlerMBean val)
Set the value of the ErrorHandler element

setLayoutMBean

void setLayoutMBean(ConfigurationTypeMBean.AppenderMBean.LayoutMBean val)
Set the value of the Layout element

Skip navigation links

Oracle Communications Service Broker Platform MBean Java API Reference
6.0

E26173-01


Copyright © 2011, Oracle. All rights reserved.