Skip navigation links

Oracle Communications Service Broker Platform MBean Java API Reference
6.0

E26173-01


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

All Superinterfaces:
ConfigurationTypeReadOnlyMBean.CategoryReadOnlyMBean
All Known Implementing Classes:
ConfigurationType.Category
Enclosing interface:
ConfigurationTypeMBean

public static interface ConfigurationTypeMBean.CategoryMBean
extends ConfigurationTypeReadOnlyMBean.CategoryReadOnlyMBean

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 setAdditivity(java.lang.String value)
          Sets the value of the additivity property.
 void setClazz(java.lang.String value)
          Sets the value of the clazz 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.
 void setPriorityMBean(PriorityTypeMBean val)
          Set the value of the PriorityType element

 

Methods inherited from interface oracle.axia.config.beans.logging.log4jconfig.ConfigurationTypeReadOnlyMBean.CategoryReadOnlyMBean
getAdditivity, getAppenderRefMBean, getClazz, getLevelMBean, getName, getParamMBean, getPriorityMBean

 

Method Detail

setClazz

void setClazz(java.lang.String value)
Sets the value of the clazz property.

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.

addParam

void addParam()
Add a new element named param

removeParam

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

addPriority

void addPriority()
Add a new element named priority

removePriority

void removePriority()
Remove an element named priority

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

setPriorityMBean

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

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.