Skip navigation links

Oracle Communications Service Broker Platform MBean Java API Reference
6.0

E26173-01


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

All Superinterfaces:
PriorityTypeReadOnlyMBean
All Known Implementing Classes:
PriorityType

public interface PriorityTypeMBean
extends PriorityTypeReadOnlyMBean

Method Summary
 void addParam()
          Add a new element named param
 void removeParam(int index)
          Remove an element named param by the index
 void setClazz(java.lang.String value)
          Sets the value of the clazz property.
 void setValue(java.lang.String value)
          Sets the value of the value property.

 

Methods inherited from interface oracle.axia.config.beans.logging.log4jconfig.PriorityTypeReadOnlyMBean
getClazz, getParamMBean, getValue

 

Method Detail

setClazz

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

setValue

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

addParam

void addParam()
Add a new element named param

removeParam

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

Skip navigation links

Oracle Communications Service Broker Platform MBean Java API Reference
6.0

E26173-01


Copyright © 2011, Oracle. All rights reserved.