ch.qos.logback.classic.joran.action
Class InsertFromJNDIAction
java.lang.Object
ch.qos.logback.core.spi.ContextAwareBase
ch.qos.logback.core.joran.action.Action
ch.qos.logback.classic.joran.action.InsertFromJNDIAction
- All Implemented Interfaces:
- ContextAware
public class InsertFromJNDIAction
- extends Action
Insert an env-entry found in JNDI as a new context variable
- Author:
- Ceki Gulcu
Methods inherited from class ch.qos.logback.core.spi.ContextAwareBase |
addError, addError, addInfo, addInfo, addStatus, addWarn, addWarn, getContext, getDeclaredOrigin, getStatusManager, setContext |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
ENV_ENTRY_NAME_ATTR
public static java.lang.String ENV_ENTRY_NAME_ATTR
AS_ATTR
public static java.lang.String AS_ATTR
InsertFromJNDIAction
public InsertFromJNDIAction()
begin
public void begin(InterpretationContext ec,
java.lang.String name,
org.xml.sax.Attributes attributes)
- Description copied from class:
Action
- Called when the parser encounters an element matching a
Pattern
.
- Specified by:
begin
in class Action
end
public void end(InterpretationContext ec,
java.lang.String name)
- Specified by:
end
in class Action
Copyright © 2005-2010 QOS.ch. All Rights Reserved.