|
||||||||||
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.BaseSessionContext
org.apache.openejb.core.stateless.StatelessContext
public class StatelessContext
Nested Class Summary |
---|
Nested classes/interfaces inherited from class org.apache.openejb.core.BaseSessionContext |
---|
BaseSessionContext.BusinessSessionState, BaseSessionContext.InjectionSessionState, BaseSessionContext.LifecycleSessionState, BaseSessionContext.PostConstructSessionState, BaseSessionContext.SessionState, BaseSessionContext.TimeoutSessionState |
Nested classes/interfaces inherited from class org.apache.openejb.core.BaseContext |
---|
BaseContext.State, BaseContext.UserTransactionWrapper |
Field Summary | |
---|---|
protected static BaseContext.State[] |
states
|
Constructor Summary | |
---|---|
StatelessContext(TransactionManager transactionManager,
SecurityService securityService)
|
|
StatelessContext(TransactionManager transactionManager,
SecurityService securityService,
UserTransaction userTransaction)
|
Method Summary | |
---|---|
protected BaseContext.State |
getState()
|
static BaseContext.State[] |
getStates()
|
Methods inherited from class org.apache.openejb.core.BaseSessionContext |
---|
getBusinessObject, getEJBLocalObject, getEJBObject, getInvokedBusinessInterface, getMessageContext |
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 StatelessContext(TransactionManager transactionManager, SecurityService securityService)
public StatelessContext(TransactionManager transactionManager, SecurityService securityService, UserTransaction userTransaction)
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 |