|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use BaseContext.State | |
---|---|
org.apache.openejb.core | |
org.apache.openejb.core.entity | |
org.apache.openejb.core.mdb | |
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.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.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()
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |