Package org.jboss.as.ejb3.context
Class EJBContextImpl
java.lang.Object
org.jboss.as.ejb3.context.EJBContextImpl
- All Implemented Interfaces:
jakarta.ejb.EJBContext,Serializable
- Direct Known Subclasses:
MessageDrivenContext,SessionContextImpl
- Author:
- Carlo de Wolf
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionjakarta.ejb.EJBHomejakarta.ejb.EJBLocalHomebooleanjakarta.ejb.TimerServicejakarta.transaction.UserTransactionbooleanisCallerInRole(String roleName) void
-
Constructor Details
-
EJBContextImpl
-
-
Method Details
-
getCallerPrincipal
- Specified by:
getCallerPrincipalin interfacejakarta.ejb.EJBContext
-
getContextData
- Specified by:
getContextDatain interfacejakarta.ejb.EJBContext
-
getEJBHome
public jakarta.ejb.EJBHome getEJBHome()- Specified by:
getEJBHomein interfacejakarta.ejb.EJBContext
-
getEJBLocalHome
public jakarta.ejb.EJBLocalHome getEJBLocalHome()- Specified by:
getEJBLocalHomein interfacejakarta.ejb.EJBContext
-
getComponent
-
getRollbackOnly
- Specified by:
getRollbackOnlyin interfacejakarta.ejb.EJBContext- Throws:
IllegalStateException
-
getTarget
-
getTimerService
- Specified by:
getTimerServicein interfacejakarta.ejb.EJBContext- Throws:
IllegalStateException
-
getUserTransaction
- Specified by:
getUserTransactionin interfacejakarta.ejb.EJBContext- Throws:
IllegalStateException
-
isCallerInRole
- Specified by:
isCallerInRolein interfacejakarta.ejb.EJBContext
-
lookup
- Specified by:
lookupin interfacejakarta.ejb.EJBContext- Throws:
IllegalArgumentException
-
setRollbackOnly
- Specified by:
setRollbackOnlyin interfacejakarta.ejb.EJBContext- Throws:
IllegalStateException
-