Skip navigation links

Oracle Communications Service Broker Platform MBean Java API Reference
6.0

E26173-01


oracle.axia.config.beans.logging.log4jconfig
Class ConfigurationType.Appender

java.lang.Object
  extended by oracle.axia.config.beans.logging.log4jconfig.ConfigurationType.Appender

All Implemented Interfaces:
ConfigurationTypeMBean.AppenderMBean, ConfigurationTypeReadOnlyMBean.AppenderReadOnlyMBean
Enclosing class:
ConfigurationType

public static class ConfigurationType.Appender
extends java.lang.Object
implements ConfigurationTypeMBean.AppenderMBean

Java class for anonymous complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="errorHandler" minOccurs="0">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <element name="param" type="{http://jakarta.apache.org/log4j/}paramType" maxOccurs="unbounded" minOccurs="0"/>
                   <element name="root_ref" minOccurs="0">
                     <complexType>
                       <complexContent>
                         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                           <attribute name="ref" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
                         </restriction>
                       </complexContent>
                     </complexType>
                   </element>
                   <element name="logger_ref" maxOccurs="unbounded" minOccurs="0">
                     <complexType>
                       <complexContent>
                         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                           <attribute name="ref" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
                         </restriction>
                       </complexContent>
                     </complexType>
                   </element>
                   <element name="appender_ref" type="{http://jakarta.apache.org/log4j/}appender-refType" minOccurs="0"/>
                 </sequence>
                 <attribute name="class" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
               </restriction>
             </complexContent>
           </complexType>
         </element>
         <element name="param" type="{http://jakarta.apache.org/log4j/}paramType" maxOccurs="unbounded" minOccurs="0"/>
         <element name="layout" minOccurs="0">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <element name="param" type="{http://jakarta.apache.org/log4j/}paramType" maxOccurs="unbounded" minOccurs="0"/>
                 </sequence>
                 <attribute name="class" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
               </restriction>
             </complexContent>
           </complexType>
         </element>
         <element name="filter" maxOccurs="unbounded" minOccurs="0">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <element name="param" type="{http://jakarta.apache.org/log4j/}paramType" maxOccurs="unbounded" minOccurs="0"/>
                 </sequence>
                 <attribute name="class" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
               </restriction>
             </complexContent>
           </complexType>
         </element>
         <element name="appender_ref" type="{http://jakarta.apache.org/log4j/}appender-refType" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
       <attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="class" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
     </restriction>
   </complexContent>
 </complexType>
 

Nested Class Summary
static class ConfigurationType.Appender.ErrorHandler
          Java class for anonymous complex type.
static class ConfigurationType.Appender.Filter
          Java class for anonymous complex type.
static class ConfigurationType.Appender.Layout
          Java class for anonymous complex type.

 

Nested classes/interfaces inherited from interface oracle.axia.config.beans.logging.log4jconfig.ConfigurationTypeMBean.AppenderMBean
ConfigurationTypeMBean.AppenderMBean.ErrorHandlerMBean, ConfigurationTypeMBean.AppenderMBean.FilterMBean, ConfigurationTypeMBean.AppenderMBean.LayoutMBean

 

Nested classes/interfaces inherited from interface oracle.axia.config.beans.logging.log4jconfig.ConfigurationTypeReadOnlyMBean.AppenderReadOnlyMBean
ConfigurationTypeReadOnlyMBean.AppenderReadOnlyMBean.ErrorHandlerReadOnlyMBean, ConfigurationTypeReadOnlyMBean.AppenderReadOnlyMBean.FilterReadOnlyMBean, ConfigurationTypeReadOnlyMBean.AppenderReadOnlyMBean.LayoutReadOnlyMBean

 

Field Summary
protected  java.util.List<AppenderRefType> appenderRef
           
protected  java.lang.String clazz
           
protected  ConfigurationType.Appender.ErrorHandler errorHandler
           
protected  java.util.List<ConfigurationType.Appender.Filter> filter
           
protected  ConfigurationType.Appender.Layout layout
           
protected  java.lang.String name
           
protected  java.util.List<ParamType> param
           

 

Constructor Summary
ConfigurationType.Appender()
          Default Constructor
ConfigurationType.Appender(ConfigurationType.Appender.ErrorHandler errorHandler, java.util.List<ParamType> param, ConfigurationType.Appender.Layout layout, java.util.List<ConfigurationType.Appender.Filter> filter, java.util.List<AppenderRefType> appenderRef, java.lang.String name, java.lang.String clazz)
           

 

Method Summary
 void addAppenderRef()
          Add a new element named appenderRef
 void addErrorHandler()
          Add a new element named errorHandler
 void addFilter()
          Add a new element named filter
 void addLayout()
          Add a new element named layout
 void addParam()
          Add a new element named param
 java.util.List<AppenderRefType> getAppenderRef()
          Gets the value of the appenderRef property.
 java.util.List<AppenderRefTypeMBean> getAppenderRefMBean()
          Get the list of the AppenderRefType element
 java.lang.String getClazz()
          Gets the value of the clazz property.
 ConfigurationType.Appender.ErrorHandler getErrorHandler()
          Gets the value of the errorHandler property.
 ConfigurationTypeMBean.AppenderMBean.ErrorHandlerMBean getErrorHandlerMBean()
          Get the value of the ErrorHandler element
 java.util.List<ConfigurationType.Appender.Filter> getFilter()
          Gets the value of the filter property.
 java.util.List<ConfigurationTypeMBean.AppenderMBean.FilterMBean> getFilterMBean()
          Get the list of the Filter element
 ConfigurationType.Appender.Layout getLayout()
          Gets the value of the layout property.
 ConfigurationTypeMBean.AppenderMBean.LayoutMBean getLayoutMBean()
          Get the value of the Layout element
 java.lang.String getName()
          Gets the value of the name property.
 java.util.List<ParamType> getParam()
          Gets the value of the param property.
 java.util.List<ParamTypeMBean> getParamMBean()
          Get the list of the ParamType element
 void removeAppenderRef(int index)
          Remove an element named appenderRef by the index
 void removeErrorHandler()
          Remove an element named errorHandler
 void removeFilter(int index)
          Remove an element named filter by the index
 void removeLayout()
          Remove an element named layout
 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 setErrorHandler(ConfigurationType.Appender.ErrorHandler value)
          Sets the value of the errorHandler property.
 void setErrorHandlerMBean(ConfigurationTypeMBean.AppenderMBean.ErrorHandlerMBean val)
          Set the value of the ErrorHandler element
 void setLayout(ConfigurationType.Appender.Layout value)
          Sets the value of the layout property.
 void setLayoutMBean(ConfigurationTypeMBean.AppenderMBean.LayoutMBean val)
          Set the value of the Layout element
 void setName(java.lang.String value)
          Sets the value of the name property.

 

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Field Detail

errorHandler

protected ConfigurationType.Appender.ErrorHandler errorHandler

param

protected java.util.List<ParamType> param

layout

protected ConfigurationType.Appender.Layout layout

filter

protected java.util.List<ConfigurationType.Appender.Filter> filter

appenderRef

protected java.util.List<AppenderRefType> appenderRef

name

protected java.lang.String name

clazz

protected java.lang.String clazz

Constructor Detail

ConfigurationType.Appender

public ConfigurationType.Appender()
Default Constructor

ConfigurationType.Appender

public ConfigurationType.Appender(ConfigurationType.Appender.ErrorHandler errorHandler,
                                  java.util.List<ParamType> param,
                                  ConfigurationType.Appender.Layout layout,
                                  java.util.List<ConfigurationType.Appender.Filter> filter,
                                  java.util.List<AppenderRefType> appenderRef,
                                  java.lang.String name,
                                  java.lang.String clazz)

Method Detail

getErrorHandler

public ConfigurationType.Appender.ErrorHandler getErrorHandler()
Gets the value of the errorHandler property.
Returns:
possible object is ConfigurationType.Appender.ErrorHandler

setErrorHandler

public void setErrorHandler(ConfigurationType.Appender.ErrorHandler value)
Sets the value of the errorHandler property.
Parameters:
value - allowed object is ConfigurationType.Appender.ErrorHandler

getParam

public java.util.List<ParamType> getParam()
Gets the value of the param property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the param property.

For example, to add a new item, do as follows:

    getParam().add(newItem);
 

Objects of the following type(s) are allowed in the list ParamType


getLayout

public ConfigurationType.Appender.Layout getLayout()
Gets the value of the layout property.
Returns:
possible object is ConfigurationType.Appender.Layout

setLayout

public void setLayout(ConfigurationType.Appender.Layout value)
Sets the value of the layout property.
Parameters:
value - allowed object is ConfigurationType.Appender.Layout

getFilter

public java.util.List<ConfigurationType.Appender.Filter> getFilter()
Gets the value of the filter property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the filter property.

For example, to add a new item, do as follows:

    getFilter().add(newItem);
 

Objects of the following type(s) are allowed in the list ConfigurationType.Appender.Filter


getAppenderRef

public java.util.List<AppenderRefType> getAppenderRef()
Gets the value of the appenderRef property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the appenderRef property.

For example, to add a new item, do as follows:

    getAppenderRef().add(newItem);
 

Objects of the following type(s) are allowed in the list AppenderRefType


getName

public java.lang.String getName()
Gets the value of the name property.
Specified by:
getName in interface ConfigurationTypeReadOnlyMBean.AppenderReadOnlyMBean
Returns:
possible object is String

setName

public void setName(java.lang.String value)
Sets the value of the name property.
Specified by:
setName in interface ConfigurationTypeMBean.AppenderMBean
Parameters:
value - allowed object is String

getClazz

public java.lang.String getClazz()
Gets the value of the clazz property.
Specified by:
getClazz in interface ConfigurationTypeReadOnlyMBean.AppenderReadOnlyMBean
Returns:
possible object is String

setClazz

public void setClazz(java.lang.String value)
Sets the value of the clazz property.
Specified by:
setClazz in interface ConfigurationTypeMBean.AppenderMBean
Parameters:
value - allowed object is String

addErrorHandler

public void addErrorHandler()
Add a new element named errorHandler
Specified by:
addErrorHandler in interface ConfigurationTypeMBean.AppenderMBean

removeErrorHandler

public void removeErrorHandler()
Remove an element named errorHandler
Specified by:
removeErrorHandler in interface ConfigurationTypeMBean.AppenderMBean

addParam

public void addParam()
Add a new element named param
Specified by:
addParam in interface ConfigurationTypeMBean.AppenderMBean

removeParam

public void removeParam(int index)
Remove an element named param by the index
Specified by:
removeParam in interface ConfigurationTypeMBean.AppenderMBean
Parameters:
index - The index of removing elements

addLayout

public void addLayout()
Add a new element named layout
Specified by:
addLayout in interface ConfigurationTypeMBean.AppenderMBean

removeLayout

public void removeLayout()
Remove an element named layout
Specified by:
removeLayout in interface ConfigurationTypeMBean.AppenderMBean

addFilter

public void addFilter()
Add a new element named filter
Specified by:
addFilter in interface ConfigurationTypeMBean.AppenderMBean

removeFilter

public void removeFilter(int index)
Remove an element named filter by the index
Specified by:
removeFilter in interface ConfigurationTypeMBean.AppenderMBean
Parameters:
index - The index of removing elements

addAppenderRef

public void addAppenderRef()
Add a new element named appenderRef
Specified by:
addAppenderRef in interface ConfigurationTypeMBean.AppenderMBean

removeAppenderRef

public void removeAppenderRef(int index)
Remove an element named appenderRef by the index
Specified by:
removeAppenderRef in interface ConfigurationTypeMBean.AppenderMBean
Parameters:
index - The index of removing elements

getErrorHandlerMBean

public ConfigurationTypeMBean.AppenderMBean.ErrorHandlerMBean getErrorHandlerMBean()
Get the value of the ErrorHandler element
Specified by:
getErrorHandlerMBean in interface ConfigurationTypeReadOnlyMBean.AppenderReadOnlyMBean

setErrorHandlerMBean

public void setErrorHandlerMBean(ConfigurationTypeMBean.AppenderMBean.ErrorHandlerMBean val)
Set the value of the ErrorHandler element
Specified by:
setErrorHandlerMBean in interface ConfigurationTypeMBean.AppenderMBean

getParamMBean

public java.util.List<ParamTypeMBean> getParamMBean()
Get the list of the ParamType element
Specified by:
getParamMBean in interface ConfigurationTypeReadOnlyMBean.AppenderReadOnlyMBean

getLayoutMBean

public ConfigurationTypeMBean.AppenderMBean.LayoutMBean getLayoutMBean()
Get the value of the Layout element
Specified by:
getLayoutMBean in interface ConfigurationTypeReadOnlyMBean.AppenderReadOnlyMBean

setLayoutMBean

public void setLayoutMBean(ConfigurationTypeMBean.AppenderMBean.LayoutMBean val)
Set the value of the Layout element
Specified by:
setLayoutMBean in interface ConfigurationTypeMBean.AppenderMBean

getFilterMBean

public java.util.List<ConfigurationTypeMBean.AppenderMBean.FilterMBean> getFilterMBean()
Get the list of the Filter element
Specified by:
getFilterMBean in interface ConfigurationTypeReadOnlyMBean.AppenderReadOnlyMBean

getAppenderRefMBean

public java.util.List<AppenderRefTypeMBean> getAppenderRefMBean()
Get the list of the AppenderRefType element
Specified by:
getAppenderRefMBean in interface ConfigurationTypeReadOnlyMBean.AppenderReadOnlyMBean

Skip navigation links

Oracle Communications Service Broker Platform MBean Java API Reference
6.0

E26173-01


Copyright © 2011, Oracle. All rights reserved.