org.apache.tomee.catalina
Class TomcatThreadContextListener
java.lang.Object
org.apache.tomee.catalina.TomcatThreadContextListener
- All Implemented Interfaces:
- ThreadContextListener
public class TomcatThreadContextListener
- extends Object
- implements ThreadContextListener
Tomcat thread context listener.
- Version:
- $Rev$ $Date$
|
Field Summary |
protected Method |
method
getThreadName method in class ContextBindings |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
method
protected Method method
- getThreadName method in class ContextBindings
TomcatThreadContextListener
public TomcatThreadContextListener()
- Creates a new instance.
contextEntered
public void contextEntered(ThreadContext oldContext,
ThreadContext newContext)
-
- Specified by:
contextEntered in interface ThreadContextListener
contextExited
public void contextExited(ThreadContext exitedContext,
ThreadContext reenteredContext)
-
- Specified by:
contextExited in interface ThreadContextListener
Copyright © 1999–2015 The Apache Software Foundation. All rights reserved.