Uses of Class
org.apache.openejb.core.BaseSessionContext.SessionState

Packages that use BaseSessionContext.SessionState
org.apache.openejb.core   
org.apache.openejb.core.managed   
org.apache.openejb.core.stateful   
 

Uses of BaseSessionContext.SessionState in org.apache.openejb.core
 

Subclasses of BaseSessionContext.SessionState in org.apache.openejb.core
static class BaseSessionContext.BusinessSessionState
          Business method from business interface or component interface; business method interceptor method
static class BaseSessionContext.InjectionSessionState
          Dependency injection methods (e.g., setSessionContext)
static class BaseSessionContext.LifecycleSessionState
          PostConstruct, Pre-Destroy lifecycle callback interceptor methods
static class BaseSessionContext.PostConstructSessionState
           
static class BaseSessionContext.TimeoutSessionState
          Timeout callback method
 

Uses of BaseSessionContext.SessionState in org.apache.openejb.core.managed
 

Subclasses of BaseSessionContext.SessionState in org.apache.openejb.core.managed
static class ManagedContext.AfterCompletion
          afterCompletion
static class ManagedContext.BeforeCompletion
          afterBegin beforeCompletion
static class ManagedContext.LifecycleManagedBeanState
          PostConstruct, Pre-Destroy lifecycle callback interceptor methods
 

Uses of BaseSessionContext.SessionState in org.apache.openejb.core.stateful
 

Subclasses of BaseSessionContext.SessionState in org.apache.openejb.core.stateful
static class StatefulContext.AfterCompletion
          afterCompletion
static class StatefulContext.BeforeCompletion
          afterBegin beforeCompletion
static class StatefulContext.LifecycleStatefulSessionState
          PostConstruct, Pre-Destroy lifecycle callback interceptor methods
 



Copyright © 1999-2011 The Apache OpenEJB development community. All Rights Reserved.