Skip navigation links

Oracle Communications Service Broker Platform MBean Java API Reference
6.0

E26173-01


oracle.axia.config.beans.logging.log4jconfig
Interface ConfigurationTypeReadOnlyMBean.AppenderReadOnlyMBean

All Known Subinterfaces:
ConfigurationTypeMBean.AppenderMBean
All Known Implementing Classes:
ConfigurationType.Appender
Enclosing interface:
ConfigurationTypeReadOnlyMBean

public static interface ConfigurationTypeReadOnlyMBean.AppenderReadOnlyMBean

Nested Class Summary
static interface ConfigurationTypeReadOnlyMBean.AppenderReadOnlyMBean.ErrorHandlerReadOnlyMBean
           
static interface ConfigurationTypeReadOnlyMBean.AppenderReadOnlyMBean.FilterReadOnlyMBean
           
static interface ConfigurationTypeReadOnlyMBean.AppenderReadOnlyMBean.LayoutReadOnlyMBean
           

 

Method Summary
 java.util.List<AppenderRefTypeMBean> getAppenderRefMBean()
          Return the list of the AppenderRefType element
 java.lang.String getClazz()
          Gets the value of the clazz property.
 ConfigurationTypeMBean.AppenderMBean.ErrorHandlerMBean getErrorHandlerMBean()
          Return the value of the ErrorHandler element
 java.util.List<ConfigurationTypeMBean.AppenderMBean.FilterMBean> getFilterMBean()
          Return the list of the Filter element
 ConfigurationTypeMBean.AppenderMBean.LayoutMBean getLayoutMBean()
          Return the value of the Layout element
 java.lang.String getName()
          Gets the value of the name property.
 java.util.List<ParamTypeMBean> getParamMBean()
          Return the list of the ParamType element

 

Method Detail

getName

java.lang.String getName()
Gets the value of the name property.

getClazz

java.lang.String getClazz()
Gets the value of the clazz property.

getErrorHandlerMBean

ConfigurationTypeMBean.AppenderMBean.ErrorHandlerMBean getErrorHandlerMBean()
Return the value of the ErrorHandler element

getParamMBean

java.util.List<ParamTypeMBean> getParamMBean()
Return the list of the ParamType element

getLayoutMBean

ConfigurationTypeMBean.AppenderMBean.LayoutMBean getLayoutMBean()
Return the value of the Layout element

getFilterMBean

java.util.List<ConfigurationTypeMBean.AppenderMBean.FilterMBean> getFilterMBean()
Return the list of the Filter element

getAppenderRefMBean

java.util.List<AppenderRefTypeMBean> getAppenderRefMBean()
Return the list 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.