org.apache.geronimo.openejb
Class GeronimoThreadContextListener
java.lang.Object
org.apache.geronimo.openejb.GeronimoThreadContextListener
- All Implemented Interfaces:
- org.apache.openejb.core.ThreadContextListener
public class GeronimoThreadContextListener
- extends Object
- implements org.apache.openejb.core.ThreadContextListener
Method Summary |
void |
contextEntered(org.apache.openejb.core.ThreadContext oldContext,
org.apache.openejb.core.ThreadContext newContext)
|
void |
contextExited(org.apache.openejb.core.ThreadContext exitedContext,
org.apache.openejb.core.ThreadContext reenteredContext)
|
static void |
init()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
init
public static void init()
contextEntered
public void contextEntered(org.apache.openejb.core.ThreadContext oldContext,
org.apache.openejb.core.ThreadContext newContext)
- Specified by:
contextEntered
in interface org.apache.openejb.core.ThreadContextListener
contextExited
public void contextExited(org.apache.openejb.core.ThreadContext exitedContext,
org.apache.openejb.core.ThreadContext reenteredContext)
- Specified by:
contextExited
in interface org.apache.openejb.core.ThreadContextListener
Copyright © 2003-2007 Apache Software Foundation. All Rights Reserved.