Skip navigation links

Oracle Communications Service Broker Platform MBean Java API Reference
6.0

E26173-01


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

All Superinterfaces:
ConfigurationTypeReadOnlyMBean.RootReadOnlyMBean
All Known Implementing Classes:
ConfigurationType.Root
Enclosing interface:
ConfigurationTypeMBean

public static interface ConfigurationTypeMBean.RootMBean
extends ConfigurationTypeReadOnlyMBean.RootReadOnlyMBean

Method Summary
 void addAppenderRef()
          Add a new element named appenderRef
 void addLevel()
          Add a new element named level
 void addParam()
          Add a new element named param
 void addPriority()
          Add a new element named priority
 void removeAppenderRef(int index)
          Remove an element named appenderRef by the index
 void removeLevel()
          Remove an element named level
 void removeParam(int index)
          Remove an element named param by the index
 void removePriority()
          Remove an element named priority
 void setLevelMBean(LevelTypeMBean val)
          Set the value of the LevelType element
 void setPriorityMBean(PriorityTypeMBean val)
          Set the value of the PriorityType element

 

Methods inherited from interface oracle.axia.config.beans.logging.log4jconfig.ConfigurationTypeReadOnlyMBean.RootReadOnlyMBean
getAppenderRefMBean, getLevelMBean, getParamMBean, getPriorityMBean

 

Method Detail

addParam

void addParam()
Add a new element named param

removeParam

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

addLevel

void addLevel()
Add a new element named level

removeLevel

void removeLevel()
Remove an element named level

addPriority

void addPriority()
Add a new element named priority

removePriority

void removePriority()
Remove an element named priority

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

setPriorityMBean

void setPriorityMBean(PriorityTypeMBean val)
Set the value of the PriorityType element

Skip navigation links

Oracle Communications Service Broker Platform MBean Java API Reference
6.0

E26173-01


Copyright © 2011, Oracle. All rights reserved.