public interface SessionContext extends EJBContext
Modifier and Type | Method and Description |
---|---|
<T> T |
getBusinessObject(Class<T> businessInterface) |
EJBLocalObject |
getEJBLocalObject() |
EJBObject |
getEJBObject() |
Class |
getInvokedBusinessInterface() |
MessageContext |
getMessageContext() |
getCallerIdentity, getCallerPrincipal, getEJBHome, getEJBLocalHome, getEnvironment, getRollbackOnly, getTimerService, getUserTransaction, isCallerInRole, isCallerInRole, lookup, setRollbackOnly
EJBLocalObject getEJBLocalObject() throws IllegalStateException
IllegalStateException
EJBObject getEJBObject() throws IllegalStateException
IllegalStateException
MessageContext getMessageContext() throws IllegalStateException
IllegalStateException
<T> T getBusinessObject(Class<T> businessInterface)
Class getInvokedBusinessInterface()
Copyright © 2013. All Rights Reserved.