Skip navigation links

Oracle Communications Service Broker Platform MBean Java API Reference
6.0

E26173-01


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

All Superinterfaces:
ConfigurationTypeReadOnlyMBean.LoggerReadOnlyMBean
All Known Implementing Classes:
ConfigurationType.Logger
Enclosing interface:
ConfigurationTypeMBean

public static interface ConfigurationTypeMBean.LoggerMBean
extends ConfigurationTypeReadOnlyMBean.LoggerReadOnlyMBean

Method Summary
 void addAppenderRef()
          Add a new element named appenderRef
 void addLevel()
          Add a new element named level
 void removeAppenderRef(int index)
          Remove an element named appenderRef by the index
 void removeLevel()
          Remove an element named level
 void setAdditivity(java.lang.String value)
          Sets the value of the additivity property.
 void setLevelMBean(LevelTypeMBean val)
          Set the value of the LevelType 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.LoggerReadOnlyMBean
getAdditivity, getAppenderRefMBean, getLevelMBean, getName

 

Method Detail

setName

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

setAdditivity

void setAdditivity(java.lang.String value)
Sets the value of the additivity property.

addLevel

void addLevel()
Add a new element named level

removeLevel

void removeLevel()
Remove an element named level

addAppenderRef

void addAppenderRef()
Add a new element named appenderRef

removeAppenderRef

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

setLevelMBean

void setLevelMBean(LevelTypeMBean val)
Set the value of the LevelType element

Skip navigation links

Oracle Communications Service Broker Platform MBean Java API Reference
6.0

E26173-01


Copyright © 2011, Oracle. All rights reserved.