|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.openejb.core.BaseContext
org.apache.openejb.core.mdb.MdbContext
public class MdbContext
Nested Class Summary | |
---|---|
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 |
Nested classes/interfaces inherited from class org.apache.openejb.core.BaseContext |
---|
BaseContext.State, BaseContext.UserTransactionWrapper |
Field Summary | |
---|---|
protected static BaseContext.State[] |
states
|
Constructor Summary | |
---|---|
MdbContext(SecurityService securityService)
|
Method Summary | |
---|---|
protected BaseContext.State |
getState()
|
static BaseContext.State[] |
getStates()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface javax.ejb.EJBContext |
---|
getCallerIdentity, getCallerPrincipal, getEJBHome, getEJBLocalHome, getEnvironment, getRollbackOnly, getTimerService, getUserTransaction, isCallerInRole, isCallerInRole, lookup, setRollbackOnly |
Field Detail |
---|
protected static final BaseContext.State[] states
Constructor Detail |
---|
public MdbContext(SecurityService securityService)
Method Detail |
---|
public static BaseContext.State[] getStates()
protected BaseContext.State getState()
getState
in class BaseContext
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |