public final class SingletonContextImpl extends AbstractSessionContextImpl
EJBContextImpl.BeanStateejbName, instanceKeycontainer, ejbLocalBusinessObjectImpl, ejbLocalObjectImpl, ejbObjectImpl, ejbRemoteBusinessObjectImpl, ejbStub, inEjbRemove, initialContext, isLocalInterfaceSupported, isRemoteInterfaceSupported, jcdiInjectionContext, optionalEjbLocalBusinessObjectImpl, state, transaction| Modifier and Type | Method and Description |
|---|---|
void |
checkTimerServiceMethodAccess()
The EJB spec makes a distinction between access to the TimerService
object itself (via EJBContext.getTimerService) and access to the
methods on TimerService, Timer, and TimerHandle.
|
boolean |
getRollbackOnly() |
jakarta.ejb.TimerService |
getTimerService() |
Object |
lookup(String name) |
void |
setRollbackOnly() |
checkAccessToCallerSecurity, getBusinessObject, getCurrentComponentInvocation, getInstanceKey, getInvokedBusinessInterface, getUserTransaction, setInstanceKey, toString, wasCancelCalledcheckActivatePassivate, decrementConcurrentInvokeCount, doGetSetRollbackTxAttrCheck, getCallerIdentity, getCallerPrincipal, getConcurrentInvokeCount, getContainer, getContextData, getEJB, getEJBHome, getEJBLocalHome, getEJBLocalObject, getEJBObject, getEnvironment, getInterceptorInstances, getKey, getLastTimeUsed, getResourceList, getState, getTransaction, inActivatePassivate, inActivatePassivate, incrementConcurrentInvokeCount, isCallerInRole, isCallerInRole, registerResource, setTransaction, touch, unregisterResourcepublic jakarta.ejb.TimerService getTimerService()
throws IllegalStateException
getTimerService in interface jakarta.ejb.EJBContextgetTimerService in class AbstractSessionContextImplIllegalStateExceptionpublic void setRollbackOnly()
throws IllegalStateException
setRollbackOnly in interface jakarta.ejb.EJBContextsetRollbackOnly in class EJBContextImplIllegalStateExceptionpublic boolean getRollbackOnly()
throws IllegalStateException
getRollbackOnly in interface jakarta.ejb.EJBContextgetRollbackOnly in class EJBContextImplIllegalStateExceptionpublic void checkTimerServiceMethodAccess()
throws IllegalStateException
EJBContextImplcheckTimerServiceMethodAccess in interface ComponentContextcheckTimerServiceMethodAccess in class AbstractSessionContextImplIllegalStateExceptionpublic Object lookup(String name)
lookup in interface jakarta.ejb.EJBContextlookup in class EJBContextImplCopyright © 2017–2020 Eclipse Foundation. All rights reserved.