|
|||||||||
| 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, getManager, getMessageContext, wasCancelCalled |
| Methods inherited from class org.jboss.ejb3.EJBContextImpl |
|---|
getCallerIdentity, getCallerPrincipal, getContainer, getContextData, getEJBHome, getEJBLocalHome, getEnvironment, getRm, getRollbackOnly, getTarget, 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 org.jboss.ejb3.context.spi.EJBContext |
|---|
getContextData, getTarget |
| 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 java.lang.IllegalStateException
getEJBLocalObject in interface javax.ejb.SessionContextgetEJBLocalObject in class SessionContextDelegateBase<StatelessContainer>java.lang.IllegalStateException
public javax.ejb.EJBObject getEJBObject()
throws java.lang.IllegalStateException
getEJBObject in interface javax.ejb.SessionContextgetEJBObject in class SessionContextDelegateBase<StatelessContainer>java.lang.IllegalStateException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||