javax.ejb
Interface SessionContext
- All Superinterfaces:
- EJBContext
public interface SessionContext
- extends EJBContext
- Version:
- $Rev: 881904 $ $Date: 2009-11-18 20:58:29 +0100 (Mi, 18. Nov 2009) $
Methods inherited from interface javax.ejb.EJBContext |
getCallerIdentity, getCallerPrincipal, getContextData, 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
javax.xml.rpc.handler.MessageContext getMessageContext()
throws IllegalStateException
- Throws:
IllegalStateException
getBusinessObject
<T> T getBusinessObject(Class<T> businessInterface)
getInvokedBusinessInterface
Class getInvokedBusinessInterface()
wasCancelCalled
boolean wasCancelCalled()
Copyright © 2003-2012 The Apache Software Foundation. All Rights Reserved.