public abstract class BaseSessionContext extends BaseContext
BaseContext.Call, BaseContext.State, BaseContext.UserTransactionWrapper
securityService, userTransaction
Modifier | Constructor and Description |
---|---|
protected |
BaseSessionContext(SecurityService securityService) |
|
BaseSessionContext(SecurityService securityService,
UserTransaction userTransaction) |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
getBusinessObject(java.lang.Class interfce) |
EJBLocalObject |
getEJBLocalObject() |
EJBObject |
getEJBObject() |
java.lang.Class |
getInvokedBusinessInterface() |
boolean |
wasCancelCalled() |
check, doCheck, getCallerPrincipal, getCallerPrincipal, getContextData, getEJBHome, getEJBLocalHome, getRollbackOnly, getTimerService, getUserTransaction, getUserTransaction, illegal, isCallerInRole, isCallerInRole, isTimerMethodAllowed, isUserTransactionAccessAllowed, lookup, setRollbackOnly, writeReplace
protected BaseSessionContext(SecurityService securityService)
public BaseSessionContext(SecurityService securityService, UserTransaction userTransaction)
public boolean wasCancelCalled()
public EJBLocalObject getEJBLocalObject() throws java.lang.IllegalStateException
java.lang.IllegalStateException
public EJBObject getEJBObject() throws java.lang.IllegalStateException
java.lang.IllegalStateException
public java.lang.Object getBusinessObject(java.lang.Class interfce)
public java.lang.Class getInvokedBusinessInterface()