javax.ejb
Interface SessionContext
- All Superinterfaces:
- EJBContext
public interface SessionContext
- extends EJBContext
- Version:
- $Rev: 489258 $ $Date: 2006-12-21 04:34:40 +0100 (Do, 21. Dez 2006) $
Methods inherited from interface javax.ejb.EJBContext |
getCallerIdentity, getCallerPrincipal, getEJBHome, getEJBLocalHome, getEnvironment, getRollbackOnly, getTimerService, getUserTransaction, isCallerInRole, isCallerInRole, lookup, setRollbackOnly |
getEJBLocalObject
EJBLocalObject getEJBLocalObject()
throws IllegalStateException
- Throws:
IllegalStateException
getEJBObject
EJBObject getEJBObject()
throws IllegalStateException
- Throws:
IllegalStateException
getMessageContext
MessageContext getMessageContext()
throws IllegalStateException
- Throws:
IllegalStateException
getBusinessObject
<T> T getBusinessObject(Class<T> businessInterface)
getInvokedBusinessInterface
Class getInvokedBusinessInterface()
Copyright © 2003-2012 Apache Software Foundation. All Rights Reserved.