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.ErrorHandler

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

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

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

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="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>
 

Nested Class Summary
static class ConfigurationType.Appender.ErrorHandler.LoggerRef
          Java class for anonymous complex type.
static class ConfigurationType.Appender.ErrorHandler.RootRef
          Java class for anonymous complex type.

 

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

 

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

 

Field Summary
protected  AppenderRefType appenderRef
           
protected  java.lang.String clazz
           
protected  java.util.List<ConfigurationType.Appender.ErrorHandler.LoggerRef> loggerRef
           
protected  java.util.List<ParamType> param
           
protected  ConfigurationType.Appender.ErrorHandler.RootRef rootRef
           

 

Constructor Summary
ConfigurationType.Appender.ErrorHandler()
          Default Constructor
ConfigurationType.Appender.ErrorHandler(java.util.List<ParamType> param, ConfigurationType.Appender.ErrorHandler.RootRef rootRef, java.util.List<ConfigurationType.Appender.ErrorHandler.LoggerRef> loggerRef, AppenderRefType appenderRef, java.lang.String clazz)
           

 

Method Summary
 void addLoggerRef()
          Add a new element named loggerRef
 void addParam()
          Add a new element named param
 AppenderRefType getAppenderRef()
          Gets the value of the appenderRef property.
 AppenderRefTypeMBean getAppenderRefMBean()
          Get the value of the AppenderRefType element
 java.lang.String getClazz()
          Gets the value of the clazz property.
 java.util.List<ConfigurationType.Appender.ErrorHandler.LoggerRef> getLoggerRef()
          Gets the value of the loggerRef property.
 java.util.List<ConfigurationTypeMBean.AppenderMBean.ErrorHandlerMBean.LoggerRefMBean> getLoggerRefMBean()
          Get the list of the LoggerRef element
 java.util.List<ParamType> getParam()
          Gets the value of the param property.
 java.util.List<ParamTypeMBean> getParamMBean()
          Get the list of the ParamType element
 ConfigurationType.Appender.ErrorHandler.RootRef getRootRef()
          Gets the value of the rootRef property.
 ConfigurationTypeMBean.AppenderMBean.ErrorHandlerMBean.RootRefMBean getRootRefMBean()
          Get the value of the RootRef element
 void removeLoggerRef(int index)
          Remove an element named loggerRef by the index
 void removeParam(int index)
          Remove an element named param by the index
 void setAppenderRef(AppenderRefType value)
          Sets the value of the appenderRef property.
 void setAppenderRefMBean(AppenderRefTypeMBean val)
          Set the value of the AppenderRefType element
 void setClazz(java.lang.String value)
          Sets the value of the clazz property.
 void setRootRef(ConfigurationType.Appender.ErrorHandler.RootRef value)
          Sets the value of the rootRef property.
 void setRootRefMBean(ConfigurationTypeMBean.AppenderMBean.ErrorHandlerMBean.RootRefMBean val)
          Set the value of the RootRef element

 

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

 

Field Detail

param

protected java.util.List<ParamType> param

rootRef

protected ConfigurationType.Appender.ErrorHandler.RootRef rootRef

loggerRef

protected java.util.List<ConfigurationType.Appender.ErrorHandler.LoggerRef> loggerRef

appenderRef

protected AppenderRefType appenderRef

clazz

protected java.lang.String clazz

Constructor Detail

ConfigurationType.Appender.ErrorHandler

public ConfigurationType.Appender.ErrorHandler()
Default Constructor

ConfigurationType.Appender.ErrorHandler

public ConfigurationType.Appender.ErrorHandler(java.util.List<ParamType> param,
                                               ConfigurationType.Appender.ErrorHandler.RootRef rootRef,
                                               java.util.List<ConfigurationType.Appender.ErrorHandler.LoggerRef> loggerRef,
                                               AppenderRefType appenderRef,
                                               java.lang.String clazz)

Method Detail

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


getRootRef

public ConfigurationType.Appender.ErrorHandler.RootRef getRootRef()
Gets the value of the rootRef property.
Returns:
possible object is ConfigurationType.Appender.ErrorHandler.RootRef

setRootRef

public void setRootRef(ConfigurationType.Appender.ErrorHandler.RootRef value)
Sets the value of the rootRef property.
Parameters:
value - allowed object is ConfigurationType.Appender.ErrorHandler.RootRef

getLoggerRef

public java.util.List<ConfigurationType.Appender.ErrorHandler.LoggerRef> getLoggerRef()
Gets the value of the loggerRef 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 loggerRef property.

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

    getLoggerRef().add(newItem);
 

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


getAppenderRef

public AppenderRefType getAppenderRef()
Gets the value of the appenderRef property.
Returns:
possible object is AppenderRefType

setAppenderRef

public void setAppenderRef(AppenderRefType value)
Sets the value of the appenderRef property.
Parameters:
value - allowed object is AppenderRefType

getClazz

public java.lang.String getClazz()
Gets the value of the clazz property.
Specified by:
getClazz in interface ConfigurationTypeReadOnlyMBean.AppenderReadOnlyMBean.ErrorHandlerReadOnlyMBean
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.ErrorHandlerMBean
Parameters:
value - allowed object is String

addParam

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

removeParam

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

addLoggerRef

public void addLoggerRef()
Add a new element named loggerRef
Specified by:
addLoggerRef in interface ConfigurationTypeMBean.AppenderMBean.ErrorHandlerMBean

removeLoggerRef

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

getParamMBean

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

getRootRefMBean

public ConfigurationTypeMBean.AppenderMBean.ErrorHandlerMBean.RootRefMBean getRootRefMBean()
Get the value of the RootRef element
Specified by:
getRootRefMBean in interface ConfigurationTypeReadOnlyMBean.AppenderReadOnlyMBean.ErrorHandlerReadOnlyMBean

setRootRefMBean

public void setRootRefMBean(ConfigurationTypeMBean.AppenderMBean.ErrorHandlerMBean.RootRefMBean val)
Set the value of the RootRef element
Specified by:
setRootRefMBean in interface ConfigurationTypeMBean.AppenderMBean.ErrorHandlerMBean

getLoggerRefMBean

public java.util.List<ConfigurationTypeMBean.AppenderMBean.ErrorHandlerMBean.LoggerRefMBean> getLoggerRefMBean()
Get the list of the LoggerRef element
Specified by:
getLoggerRefMBean in interface ConfigurationTypeReadOnlyMBean.AppenderReadOnlyMBean.ErrorHandlerReadOnlyMBean

getAppenderRefMBean

public AppenderRefTypeMBean getAppenderRefMBean()
Get the value of the AppenderRefType element
Specified by:
getAppenderRefMBean in interface ConfigurationTypeReadOnlyMBean.AppenderReadOnlyMBean.ErrorHandlerReadOnlyMBean

setAppenderRefMBean

public void setAppenderRefMBean(AppenderRefTypeMBean val)
Set the value of the AppenderRefType element
Specified by:
setAppenderRefMBean in interface ConfigurationTypeMBean.AppenderMBean.ErrorHandlerMBean

Skip navigation links

Oracle Communications Service Broker Platform MBean Java API Reference
6.0

E26173-01


Copyright © 2011, Oracle. All rights reserved.