Uses of Class
org.apache.openejb.core.BaseContext.State

Packages that use BaseContext.State
org.apache.openejb.core   
org.apache.openejb.core.entity   
org.apache.openejb.core.managed   
org.apache.openejb.core.mdb   
org.apache.openejb.core.singleton   
org.apache.openejb.core.stateful   
org.apache.openejb.core.stateless   
 

Uses of BaseContext.State in org.apache.openejb.core
 

Subclasses of BaseContext.State 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
           
protected static class BaseSessionContext.SessionState
           
static class BaseSessionContext.TimeoutSessionState
          Timeout callback method
 

Fields in org.apache.openejb.core declared as BaseContext.State
protected static BaseContext.State[] BaseContext.states
           
 

Methods in org.apache.openejb.core that return BaseContext.State
 BaseContext.State[] ThreadContext.getCurrentAllowedStates()
           
protected abstract  BaseContext.State BaseContext.getState()
           
static BaseContext.State[] BaseContext.getStates()
           
 BaseContext.State[] ThreadContext.setCurrentAllowedStates(BaseContext.State[] newAllowedStates)
           
 

Methods in org.apache.openejb.core with parameters of type BaseContext.State
 BaseContext.State[] ThreadContext.setCurrentAllowedStates(BaseContext.State[] newAllowedStates)
           
 

Uses of BaseContext.State in org.apache.openejb.core.entity
 

Subclasses of BaseContext.State in org.apache.openejb.core.entity
protected static class EntityContext.ActivatePassivateEntityState
           
protected static class EntityContext.ContextEntityState
           
protected static class EntityContext.CreateEntityState
           
protected static class EntityContext.FindEntityState
           
protected static class EntityContext.HomeEntityState
           
protected static class EntityContext.LifecycleBusinessTimeoutEntityState
           
 

Fields in org.apache.openejb.core.entity declared as BaseContext.State
protected static BaseContext.State[] EntityContext.states
           
 

Methods in org.apache.openejb.core.entity that return BaseContext.State
protected  BaseContext.State EntityContext.getState()
           
static BaseContext.State[] EntityContext.getStates()
           
 

Uses of BaseContext.State in org.apache.openejb.core.managed
 

Subclasses of BaseContext.State 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
 

Fields in org.apache.openejb.core.managed declared as BaseContext.State
protected static BaseContext.State[] ManagedContext.states
           
 

Methods in org.apache.openejb.core.managed that return BaseContext.State
protected  BaseContext.State ManagedContext.getState()
           
static BaseContext.State[] ManagedContext.getStates()
           
 

Uses of BaseContext.State in org.apache.openejb.core.mdb
 

Subclasses of BaseContext.State in org.apache.openejb.core.mdb
protected static class MdbContext.BusinessTimeoutMdbState
          Message listener method, business method interceptor method and imeout callback method
protected static class MdbContext.InjectionMdbState
          Dependency injection methods (e.g., setMessageDrivenContext)
protected static class MdbContext.LifecycleMdbState
          PostConstruct, Pre-Destroy lifecycle callback interceptor methods
 

Fields in org.apache.openejb.core.mdb declared as BaseContext.State
protected static BaseContext.State[] MdbContext.states
           
 

Methods in org.apache.openejb.core.mdb that return BaseContext.State
protected  BaseContext.State MdbContext.getState()
           
static BaseContext.State[] MdbContext.getStates()
           
 

Uses of BaseContext.State in org.apache.openejb.core.singleton
 

Fields in org.apache.openejb.core.singleton declared as BaseContext.State
protected static BaseContext.State[] SingletonContext.states
           
 

Methods in org.apache.openejb.core.singleton that return BaseContext.State
protected  BaseContext.State SingletonContext.getState()
           
static BaseContext.State[] SingletonContext.getStates()
           
 

Uses of BaseContext.State in org.apache.openejb.core.stateful
 

Subclasses of BaseContext.State 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
 

Fields in org.apache.openejb.core.stateful declared as BaseContext.State
protected static BaseContext.State[] StatefulContext.states
           
 

Methods in org.apache.openejb.core.stateful that return BaseContext.State
protected  BaseContext.State StatefulContext.getState()
           
static BaseContext.State[] StatefulContext.getStates()
           
 

Uses of BaseContext.State in org.apache.openejb.core.stateless
 

Fields in org.apache.openejb.core.stateless declared as BaseContext.State
protected static BaseContext.State[] StatelessContext.states
           
 

Methods in org.apache.openejb.core.stateless that return BaseContext.State
protected  BaseContext.State StatelessContext.getState()
           
static BaseContext.State[] StatelessContext.getStates()
           
 



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