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