Skip navigation links

Oracle Communications Service Broker Platform MBean Java API Reference
6.0

E26173-01


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

All Known Subinterfaces:
ConfigurationTypeMBean
All Known Implementing Classes:
ConfigurationType

public interface ConfigurationTypeReadOnlyMBean

Nested Class Summary
static interface ConfigurationTypeReadOnlyMBean.AppenderReadOnlyMBean
           
static interface ConfigurationTypeReadOnlyMBean.CategoryFactoryReadOnlyMBean
           
static interface ConfigurationTypeReadOnlyMBean.CategoryReadOnlyMBean
           
static interface ConfigurationTypeReadOnlyMBean.LoggerReadOnlyMBean
           
static interface ConfigurationTypeReadOnlyMBean.RendererReadOnlyMBean
           
static interface ConfigurationTypeReadOnlyMBean.RootReadOnlyMBean
           

 

Method Summary
 java.util.List<ConfigurationTypeMBean.AppenderMBean> getAppenderMBean()
          Return the list of the Appender element
 ConfigurationTypeMBean.CategoryFactoryMBean getCategoryFactoryMBean()
          Return the value of the CategoryFactory element
 java.util.List<ConfigurationTypeMBean.CategoryMBean> getCategoryMBean()
          Return the list of the Category element
 java.lang.String getDebug()
          Gets the value of the debug property.
 java.util.List<ConfigurationTypeMBean.LoggerMBean> getLoggerMBean()
          Return the list of the Logger element
 java.util.List<ConfigurationTypeMBean.RendererMBean> getRendererMBean()
          Return the list of the Renderer element
 ConfigurationTypeMBean.RootMBean getRootMBean()
          Return the value of the Root element
 java.lang.String getTarget()
          Gets the value of the target property.
 java.lang.String getThreshold()
          Gets the value of the threshold property.

 

Method Detail

getThreshold

java.lang.String getThreshold()
Gets the value of the threshold property.

getDebug

java.lang.String getDebug()
Gets the value of the debug property.

getTarget

java.lang.String getTarget()
Gets the value of the target property.

getRendererMBean

java.util.List<ConfigurationTypeMBean.RendererMBean> getRendererMBean()
Return the list of the Renderer element

getAppenderMBean

java.util.List<ConfigurationTypeMBean.AppenderMBean> getAppenderMBean()
Return the list of the Appender element

getCategoryMBean

java.util.List<ConfigurationTypeMBean.CategoryMBean> getCategoryMBean()
Return the list of the Category element

getLoggerMBean

java.util.List<ConfigurationTypeMBean.LoggerMBean> getLoggerMBean()
Return the list of the Logger element

getRootMBean

ConfigurationTypeMBean.RootMBean getRootMBean()
Return the value of the Root element

getCategoryFactoryMBean

ConfigurationTypeMBean.CategoryFactoryMBean getCategoryFactoryMBean()
Return the value of the CategoryFactory element

Skip navigation links

Oracle Communications Service Broker Platform MBean Java API Reference
6.0

E26173-01


Copyright © 2011, Oracle. All rights reserved.