Skip navigation links

Oracle Communications Service Broker Platform MBean Java API Reference
6.0

E26173-01


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

All Superinterfaces:
ConfigurationTypeReadOnlyMBean
All Known Implementing Classes:
ConfigurationType

public interface ConfigurationTypeMBean
extends ConfigurationTypeReadOnlyMBean

Nested Class Summary
static interface ConfigurationTypeMBean.AppenderMBean
           
static interface ConfigurationTypeMBean.CategoryFactoryMBean
           
static interface ConfigurationTypeMBean.CategoryMBean
           
static interface ConfigurationTypeMBean.LoggerMBean
           
static interface ConfigurationTypeMBean.RendererMBean
           
static interface ConfigurationTypeMBean.RootMBean
           

 

Nested classes/interfaces inherited from interface oracle.axia.config.beans.logging.log4jconfig.ConfigurationTypeReadOnlyMBean
ConfigurationTypeReadOnlyMBean.AppenderReadOnlyMBean, ConfigurationTypeReadOnlyMBean.CategoryFactoryReadOnlyMBean, ConfigurationTypeReadOnlyMBean.CategoryReadOnlyMBean, ConfigurationTypeReadOnlyMBean.LoggerReadOnlyMBean, ConfigurationTypeReadOnlyMBean.RendererReadOnlyMBean, ConfigurationTypeReadOnlyMBean.RootReadOnlyMBean

 

Method Summary
 void addAppender()
          Add a new element named appender
 void addCategory()
          Add a new element named category
 void addCategoryFactory()
          Add a new element named categoryFactory
 void addLogger()
          Add a new element named logger
 void addRenderer()
          Add a new element named renderer
 void addRoot()
          Add a new element named root
 void removeAppender(int index)
          Remove an element named appender by the index
 void removeCategory(int index)
          Remove an element named category by the index
 void removeCategoryFactory()
          Remove an element named categoryFactory
 void removeLogger(int index)
          Remove an element named logger by the index
 void removeRenderer(int index)
          Remove an element named renderer by the index
 void removeRoot()
          Remove an element named root
 void setCategoryFactoryMBean(ConfigurationTypeMBean.CategoryFactoryMBean val)
          Set the value of the CategoryFactory element
 void setDebug(java.lang.String value)
          Sets the value of the debug property.
 void setRootMBean(ConfigurationTypeMBean.RootMBean val)
          Set the value of the Root element
 void setTarget(java.lang.String value)
          Sets the value of the target property.
 void setThreshold(java.lang.String value)
          Sets the value of the threshold property.

 

Methods inherited from interface oracle.axia.config.beans.logging.log4jconfig.ConfigurationTypeReadOnlyMBean
getAppenderMBean, getCategoryFactoryMBean, getCategoryMBean, getDebug, getLoggerMBean, getRendererMBean, getRootMBean, getTarget, getThreshold

 

Method Detail

setThreshold

void setThreshold(java.lang.String value)
Sets the value of the threshold property.

setDebug

void setDebug(java.lang.String value)
Sets the value of the debug property.

setTarget

void setTarget(java.lang.String value)
Sets the value of the target property.

addRenderer

void addRenderer()
Add a new element named renderer

removeRenderer

void removeRenderer(int index)
Remove an element named renderer by the index

addAppender

void addAppender()
Add a new element named appender

removeAppender

void removeAppender(int index)
Remove an element named appender by the index

addCategory

void addCategory()
Add a new element named category

removeCategory

void removeCategory(int index)
Remove an element named category by the index

addLogger

void addLogger()
Add a new element named logger

removeLogger

void removeLogger(int index)
Remove an element named logger by the index

addRoot

void addRoot()
Add a new element named root

removeRoot

void removeRoot()
Remove an element named root

addCategoryFactory

void addCategoryFactory()
Add a new element named categoryFactory

removeCategoryFactory

void removeCategoryFactory()
Remove an element named categoryFactory

setRootMBean

void setRootMBean(ConfigurationTypeMBean.RootMBean val)
Set the value of the Root element

setCategoryFactoryMBean

void setCategoryFactoryMBean(ConfigurationTypeMBean.CategoryFactoryMBean val)
Set 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.