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.ErrorHandlerMBean

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

public static interface ConfigurationTypeMBean.AppenderMBean.ErrorHandlerMBean
extends ConfigurationTypeReadOnlyMBean.AppenderReadOnlyMBean.ErrorHandlerReadOnlyMBean

Nested Class Summary
static interface ConfigurationTypeMBean.AppenderMBean.ErrorHandlerMBean.LoggerRefMBean
           
static interface ConfigurationTypeMBean.AppenderMBean.ErrorHandlerMBean.RootRefMBean
           

 

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

 

Method Summary
 void addLoggerRef()
          Add a new element named loggerRef
 void addParam()
          Add a new element named param
 void removeLoggerRef(int index)
          Remove an element named loggerRef by the index
 void removeParam(int index)
          Remove an element named param by the index
 void setAppenderRefMBean(AppenderRefTypeMBean val)
          Set the value of the AppenderRefType element
 void setClazz(java.lang.String value)
          Sets the value of the clazz property.
 void setRootRefMBean(ConfigurationTypeMBean.AppenderMBean.ErrorHandlerMBean.RootRefMBean val)
          Set the value of the RootRef element

 

Methods inherited from interface oracle.axia.config.beans.logging.log4jconfig.ConfigurationTypeReadOnlyMBean.AppenderReadOnlyMBean.ErrorHandlerReadOnlyMBean
getAppenderRefMBean, getClazz, getLoggerRefMBean, getParamMBean, getRootRefMBean

 

Method Detail

setClazz

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

addParam

void addParam()
Add a new element named param

removeParam

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

addLoggerRef

void addLoggerRef()
Add a new element named loggerRef

removeLoggerRef

void removeLoggerRef(int index)
Remove an element named loggerRef by the index

setRootRefMBean

void setRootRefMBean(ConfigurationTypeMBean.AppenderMBean.ErrorHandlerMBean.RootRefMBean val)
Set the value of the RootRef element

setAppenderRefMBean

void setAppenderRefMBean(AppenderRefTypeMBean val)
Set the value of the AppenderRefType element

Skip navigation links

Oracle Communications Service Broker Platform MBean Java API Reference
6.0

E26173-01


Copyright © 2011, Oracle. All rights reserved.