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() |
javax.ejb.TimerService |
getTimerService() |
Object |
lookup(String name) |
void |
setRollbackOnly() |
checkAccessToCallerSecurity, getBusinessObject, getCurrentComponentInvocation, getInstanceKey, getInvokedBusinessInterface, getMessageContext, 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 javax.ejb.TimerService getTimerService()
throws IllegalStateException
getTimerService in interface javax.ejb.EJBContextgetTimerService in class AbstractSessionContextImplIllegalStateExceptionpublic void setRollbackOnly()
throws IllegalStateException
setRollbackOnly in interface javax.ejb.EJBContextsetRollbackOnly in class EJBContextImplIllegalStateExceptionpublic boolean getRollbackOnly()
throws IllegalStateException
getRollbackOnly in interface javax.ejb.EJBContextgetRollbackOnly in class EJBContextImplIllegalStateExceptionpublic void checkTimerServiceMethodAccess()
throws IllegalStateException
EJBContextImplcheckTimerServiceMethodAccess in interface ComponentContextcheckTimerServiceMethodAccess in class AbstractSessionContextImplIllegalStateExceptionpublic Object lookup(String name)
lookup in interface javax.ejb.EJBContextlookup in class EJBContextImplCopyright © 2019. All rights reserved.