public class TomcatThreadContextListener extends Object implements ThreadContextListener
| Modifier and Type | Field and Description |
|---|---|
protected Method |
method
getThreadName method in class ContextBindings
|
| Constructor and Description |
|---|
TomcatThreadContextListener()
Creates a new instance.
|
| Modifier and Type | Method and Description |
|---|---|
void |
contextEntered(ThreadContext oldContext,
ThreadContext newContext) |
void |
contextExited(ThreadContext exitedContext,
ThreadContext reenteredContext) |
protected Method method
public TomcatThreadContextListener()
public void contextEntered(ThreadContext oldContext, ThreadContext newContext)
contextEntered in interface ThreadContextListenerpublic void contextExited(ThreadContext exitedContext, ThreadContext reenteredContext)
contextExited in interface ThreadContextListenerCopyright © 1999–2022 The Apache Software Foundation. All rights reserved.