|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.di.config.base.BaseConfigurationImpl
com.ibm.di.config.base.LogConfigItemImpl
public class LogConfigItemImpl
The configuration of a single Logger for e.g. an AssemblyLine
Field Summary |
---|
Fields inherited from class com.ibm.di.config.base.BaseConfigurationImpl |
---|
NAME |
Fields inherited from interface com.ibm.di.config.interfaces.BaseConfiguration |
---|
CHILD_PATH_SEPARATOR, DISABLE_EXTPROPS, DISABLE_INHERITANCE, INHERIT_NONE, INHERIT_PARENT, ONE_LEVEL, RECURSIVE, RECURSIVE_ONELEVEL, RECURSIVE_SUBTREE, SEARCH_EXACTCASE, SEARCH_ONELEVEL, SEARCH_PARAMNAME, SEARCH_PARAMNAME_RE, SEARCH_PROPERTY, SEARCH_REGEX, SEARCH_SUBSTRING, SUBTREE |
Constructor Summary | |
---|---|
LogConfigItemImpl()
|
|
LogConfigItemImpl(java.lang.Object data)
|
Method Summary | |
---|---|
java.lang.Object |
getClone()
Return self clone |
java.util.List<java.lang.String> |
getKeys(int level)
Returns a list of keys in this object. |
java.lang.String |
getLogLevel()
Returns the log level for the LogConfig |
javax.naming.Name |
getName()
The object's full name |
void |
setLogLevel(java.lang.String level)
Sets the log level for the LogConfig |
void |
setName(javax.naming.Name name)
Sets the name of this object. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public LogConfigItemImpl()
public LogConfigItemImpl(java.lang.Object data)
Method Detail |
---|
public java.lang.String getLogLevel()
getLogLevel
in interface LogConfigItem
public void setLogLevel(java.lang.String level)
setLogLevel
in interface LogConfigItem
public java.lang.Object getClone() throws java.lang.Exception
getClone
in interface BaseConfiguration
getClone
in class BaseConfigurationImpl
java.lang.Exception
public void setName(javax.naming.Name name)
BaseConfigurationImpl
setName
in interface BaseConfiguration
setName
in class BaseConfigurationImpl
name
- The new name valuepublic javax.naming.Name getName()
BaseConfiguration
getName
in interface BaseConfiguration
getName
in class BaseConfigurationImpl
public java.util.List<java.lang.String> getKeys(int level)
BaseConfigurationImpl
getKeys
in interface BaseConfiguration
getKeys
in class BaseConfigurationImpl
level
- can have these values:
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |