Skip navigation links

Oracle Communications Service Broker Platform MBean Java API Reference
6.0

E26173-01


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

All Superinterfaces:
ConfigurationTypeReadOnlyMBean.AppenderReadOnlyMBean.LayoutReadOnlyMBean
All Known Implementing Classes:
ConfigurationType.Appender.Layout
Enclosing interface:
ConfigurationTypeMBean.AppenderMBean

public static interface ConfigurationTypeMBean.AppenderMBean.LayoutMBean
extends ConfigurationTypeReadOnlyMBean.AppenderReadOnlyMBean.LayoutReadOnlyMBean

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.

 

Methods inherited from interface oracle.axia.config.beans.logging.log4jconfig.ConfigurationTypeReadOnlyMBean.AppenderReadOnlyMBean.LayoutReadOnlyMBean
getClazz, getParamMBean

 

Method Detail

setClazz

void setClazz(java.lang.String value)
Sets the value of the clazz 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.