Package jakarta.ejb
Interface MessageDrivenContext
- 
- All Superinterfaces:
- EJBContext
 
 public interface MessageDrivenContext extends EJBContext The MessageDrivenContext interface provides access to the runtime message-driven context that the container provides for a message-driven bean instance. The container passes theMessageDrivenContextinterface to an instance after the instance has been created. The message-driven context remains associated with the instance for the lifetime of the instance.- Since:
- EJB 2.0
 
- 
- 
Method Summary- 
Methods inherited from interface jakarta.ejb.EJBContextgetCallerPrincipal, getContextData, getEJBHome, getEJBLocalHome, getRollbackOnly, getTimerService, getUserTransaction, isCallerInRole, lookup, setRollbackOnly
 
- 
 
-