Uses of Interface
org.apache.openejb.core.ThreadContextListener

Packages that use ThreadContextListener
org.apache.openejb.cdi   
org.apache.openejb.core   
org.apache.openejb.core.security   
 

Uses of ThreadContextListener in org.apache.openejb.cdi
 

Classes in org.apache.openejb.cdi that implement ThreadContextListener
 class OWBContextThreadListener
           
 class RequestScopedThreadContextListener
           
 

Uses of ThreadContextListener in org.apache.openejb.core
 

Methods in org.apache.openejb.core with parameters of type ThreadContextListener
static void ThreadContext.addThreadContextListener(ThreadContextListener listener)
           
static void ThreadContext.removeThreadContextListener(ThreadContextListener listener)
           
 

Uses of ThreadContextListener in org.apache.openejb.core.security
 

Classes in org.apache.openejb.core.security that implement ThreadContextListener
 class AbstractSecurityService
          This security service chooses a UUID as its token as this can be serialized to clients, is mostly secure, and can be deserialized in a client vm without addition openejb-core classes.
 class SecurityServiceImpl
           
 



Copyright © 1999-2011 The Apache Software Foundation. All Rights Reserved.