|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.ejb3.EJBContextImpl<J,SessionBeanContext<J>>
org.jboss.ejb3.session.SessionContextDelegateBase<J>
public abstract class SessionContextDelegateBase<J extends SessionSpecContainer>
Comment
Field Summary |
---|
Fields inherited from class org.jboss.ejb3.EJBContextImpl |
---|
beanContext, container, ejbContextHelper, rm |
Constructor Summary | |
---|---|
SessionContextDelegateBase(SessionBeanContext<J> beanContext)
|
Method Summary | ||
---|---|---|
|
getBusinessObject(Class<T> businessInterface)
|
|
abstract javax.ejb.EJBLocalObject |
getEJBLocalObject()
|
|
abstract javax.ejb.EJBObject |
getEJBObject()
|
|
Class<?> |
getInvokedBusinessInterface()
|
|
javax.xml.rpc.handler.MessageContext |
getMessageContext()
|
Methods inherited from class org.jboss.ejb3.EJBContextImpl |
---|
getCallerIdentity, getCallerPrincipal, getContainer, getEJBHome, getEJBLocalHome, getEnvironment, getRm, getRollbackOnly, getTimerService, getUserTransaction, isCallerInRole, isCallerInRole, lookup, setRollbackOnly |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface javax.ejb.EJBContext |
---|
getCallerIdentity, getCallerPrincipal, getEJBHome, getEJBLocalHome, getEnvironment, getRollbackOnly, getTimerService, getUserTransaction, isCallerInRole, isCallerInRole, lookup, setRollbackOnly |
Constructor Detail |
---|
public SessionContextDelegateBase(SessionBeanContext<J> beanContext)
Method Detail |
---|
public abstract javax.ejb.EJBLocalObject getEJBLocalObject() throws IllegalStateException
getEJBLocalObject
in interface javax.ejb.SessionContext
IllegalStateException
public abstract javax.ejb.EJBObject getEJBObject() throws IllegalStateException
getEJBObject
in interface javax.ejb.SessionContext
IllegalStateException
public <T> T getBusinessObject(Class<T> businessInterface) throws IllegalStateException
getBusinessObject
in interface javax.ejb.SessionContext
IllegalStateException
public Class<?> getInvokedBusinessInterface() throws IllegalStateException
getInvokedBusinessInterface
in interface javax.ejb.SessionContext
IllegalStateException
public javax.xml.rpc.handler.MessageContext getMessageContext() throws IllegalStateException
getMessageContext
in interface javax.ejb.SessionContext
IllegalStateException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |