Skip navigation links

Oracle Communications Service Broker Platform MBean Java API Reference
6.0

E26173-01


Uses of Class
oracle.axia.config.beans.logging.log4jconfig.LevelType

Packages that use LevelType
oracle.axia.config.beans.logging.log4jconfig   

 

Uses of LevelType in oracle.axia.config.beans.logging.log4jconfig

 

Fields in oracle.axia.config.beans.logging.log4jconfig declared as LevelType
protected  LevelType ConfigurationType.Category.level
           
protected  LevelType ConfigurationType.Logger.level
           
protected  LevelType ConfigurationType.Root.level
           

 

Methods in oracle.axia.config.beans.logging.log4jconfig that return LevelType
 LevelType ObjectFactory.createLevelType()
          Create an instance of LevelType
 LevelType ConfigurationType.Category.getLevel()
          Gets the value of the level property.
 LevelType ConfigurationType.Logger.getLevel()
          Gets the value of the level property.
 LevelType ConfigurationType.Root.getLevel()
          Gets the value of the level property.

 

Methods in oracle.axia.config.beans.logging.log4jconfig with parameters of type LevelType
 void ConfigurationType.Category.setLevel(LevelType value)
          Sets the value of the level property.
 void ConfigurationType.Logger.setLevel(LevelType value)
          Sets the value of the level property.
 void ConfigurationType.Root.setLevel(LevelType value)
          Sets the value of the level property.

 

Constructors in oracle.axia.config.beans.logging.log4jconfig with parameters of type LevelType
ConfigurationType.Category(java.util.List<ParamType> param, PriorityType priority, LevelType level, java.util.List<AppenderRefType> appenderRef, java.lang.String clazz, java.lang.String name, java.lang.String additivity)
           
ConfigurationType.Logger(LevelType level, java.util.List<AppenderRefType> appenderRef, java.lang.String name, java.lang.String additivity)
           
ConfigurationType.Root(java.util.List<ParamType> param, LevelType level, PriorityType priority, java.util.List<AppenderRefType> appenderRef)
           

 


Skip navigation links

Oracle Communications Service Broker Platform MBean Java API Reference
6.0

E26173-01


Copyright © 2011, Oracle. All rights reserved.