|
||||||||||
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<StatelessContainer>
org.jboss.ejb3.stateless.StatelessSessionContextImpl
public class StatelessSessionContextImpl
A session context that is serializable. Since a session context can be serialized with a bean it must not have a direct reference to StatelesssSessionContextDelegate.
Field Summary |
---|
Fields inherited from class org.jboss.ejb3.EJBContextImpl |
---|
beanContext, container, ejbContextHelper, rm |
Constructor Summary | |
---|---|
StatelessSessionContextImpl(SessionBeanContext<StatelessContainer> beanContext)
|
Method Summary | |
---|---|
javax.ejb.EJBLocalObject |
getEJBLocalObject()
|
javax.ejb.EJBObject |
getEJBObject()
|
Methods inherited from class org.jboss.ejb3.session.SessionContextDelegateBase |
---|
getBusinessObject, getInvokedBusinessInterface, 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.SessionContext |
---|
getBusinessObject, getInvokedBusinessInterface, getMessageContext |
Methods inherited from interface javax.ejb.EJBContext |
---|
getCallerIdentity, getCallerPrincipal, getEJBHome, getEJBLocalHome, getEnvironment, getRollbackOnly, getTimerService, getUserTransaction, isCallerInRole, isCallerInRole, lookup, setRollbackOnly |
Constructor Detail |
---|
public StatelessSessionContextImpl(SessionBeanContext<StatelessContainer> beanContext)
Method Detail |
---|
public javax.ejb.EJBLocalObject getEJBLocalObject() throws IllegalStateException
getEJBLocalObject
in interface javax.ejb.SessionContext
getEJBLocalObject
in class SessionContextDelegateBase<StatelessContainer>
IllegalStateException
public javax.ejb.EJBObject getEJBObject() throws IllegalStateException
getEJBObject
in interface javax.ejb.SessionContext
getEJBObject
in class SessionContextDelegateBase<StatelessContainer>
IllegalStateException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |