public class EntityContext extends BaseContext
BaseContext.Call, BaseContext.State, BaseContext.UserTransactionWrapper
securityService, userTransaction
Constructor and Description |
---|
EntityContext(SecurityService securityService) |
Modifier and Type | Method and Description |
---|---|
void |
check(ThreadContext context,
BaseContext.Call call) |
EJBLocalObject |
getEJBLocalObject() |
EJBObject |
getEJBObject() |
java.lang.Object |
getPrimaryKey() |
doCheck, getCallerIdentity, getCallerPrincipal, getCallerPrincipal, getContextData, getEJBHome, getEJBLocalHome, getEnvironment, getRollbackOnly, getTimerService, getUserTransaction, getUserTransaction, illegal, isCallerInRole, isCallerInRole, isCallerInRole, isTimerMethodAllowed, isUserTransactionAccessAllowed, lookup, setRollbackOnly, writeReplace
public EntityContext(SecurityService securityService)
public EJBLocalObject getEJBLocalObject() throws java.lang.IllegalStateException
java.lang.IllegalStateException
public EJBObject getEJBObject() throws java.lang.IllegalStateException
java.lang.IllegalStateException
public java.lang.Object getPrimaryKey() throws java.lang.IllegalStateException
java.lang.IllegalStateException
public void check(ThreadContext context, BaseContext.Call call)
check
in class BaseContext