public class EntityContextImpl extends com.sun.ejb.containers.EJBContextImpl implements javax.ejb.EntityContext, CascadeDeleteNotifier
container, ejbLocalBusinessObjectImpl, ejbLocalObjectImpl, ejbObjectImpl, ejbRemoteBusinessObjectImpl, ejbStub, inEjbRemove, isLocalInterfaceSupported, isRemoteInterfaceSupported, jcdiInjectionContext, optionalEjbLocalBusinessObjectImpl, state, transaction| Modifier and Type | Method and Description |
|---|---|
protected void |
checkAccessToCallerSecurity() |
void |
checkTimerServiceMethodAccess() |
javax.ejb.EJBObject |
getEJBObject()
Implementation of EntityContext method, overrides EJBContextImpl method.
|
Object |
getPrimaryKey()
Implementation of EntityContext method.
|
javax.ejb.TimerService |
getTimerService() |
boolean |
isCascadeDeleteAfterSuperEJBRemove() |
boolean |
isCascadeDeleteBeforeEJBRemove() |
void |
setCascadeDeleteAfterSuperEJBRemove(boolean value) |
void |
setCascadeDeleteBeforeEJBRemove(boolean value) |
checkActivatePassivate, decrementConcurrentInvokeCount, doGetSetRollbackTxAttrCheck, getCallerIdentity, getCallerPrincipal, getConcurrentInvokeCount, getContainer, getContextData, getEJB, getEJBHome, getEJBLocalHome, getEJBLocalObject, getEnvironment, getInterceptorInstances, getKey, getLastTimeUsed, getResourceList, getRollbackOnly, getState, getTransaction, getUserTransaction, inActivatePassivate, inActivatePassivate, incrementConcurrentInvokeCount, isCallerInRole, isCallerInRole, lookup, registerResource, setRollbackOnly, setTransaction, touch, unregisterResourcepublic Object getPrimaryKey() throws IllegalStateException
getPrimaryKey in interface javax.ejb.EntityContextIllegalStateExceptionpublic javax.ejb.EJBObject getEJBObject()
throws IllegalStateException
getEJBObject in interface javax.ejb.EntityContextgetEJBObject in class com.sun.ejb.containers.EJBContextImplIllegalStateExceptionpublic javax.ejb.TimerService getTimerService()
throws IllegalStateException
getTimerService in interface javax.ejb.EJBContextIllegalStateExceptionprotected void checkAccessToCallerSecurity()
throws IllegalStateException
checkAccessToCallerSecurity in class com.sun.ejb.containers.EJBContextImplIllegalStateExceptionpublic void checkTimerServiceMethodAccess()
throws IllegalStateException
checkTimerServiceMethodAccess in interface com.sun.ejb.ComponentContextcheckTimerServiceMethodAccess in class com.sun.ejb.containers.EJBContextImplIllegalStateExceptionpublic final boolean isCascadeDeleteAfterSuperEJBRemove()
public final void setCascadeDeleteAfterSuperEJBRemove(boolean value)
setCascadeDeleteAfterSuperEJBRemove in interface CascadeDeleteNotifierpublic final boolean isCascadeDeleteBeforeEJBRemove()
public final void setCascadeDeleteBeforeEJBRemove(boolean value)
Copyright © 2013. All Rights Reserved.