|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.objectweb.jonas_ejb.container.JContext | +--org.objectweb.jonas_ejb.container.JSessionContext | +--org.objectweb.jonas_ejb.container.JStatelessContext
This class extends JSessionContext in case of Stateless Session Bean.
Fields inherited from class org.objectweb.jonas_ejb.container.JSessionContext |
bs, ismarkedremoved |
Fields inherited from class org.objectweb.jonas_ejb.container.JContext |
bf, cont, home, instance, localhome, roleGuard, tm |
Constructor Summary | |
JStatelessContext(JSessionFactory bf,
javax.ejb.SessionBean sb)
constructor |
Method Summary | |
void |
setRemoved()
set this instance as removed |
Methods inherited from class org.objectweb.jonas_ejb.container.JSessionContext |
getEJBLocalObject, getEJBObject, getInstance, initSessionContext, isMarkedRemoved |
Methods inherited from class org.objectweb.jonas_ejb.container.JContext |
getCallerIdentity, getCallerPrincipal, getEJBHome, getEJBLocalHome, getEnvironment, getRollbackOnly, getUserTransaction, isCallerInRole, isCallerInRole, 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, getUserTransaction, isCallerInRole, isCallerInRole, setRollbackOnly |
Constructor Detail |
public JStatelessContext(JSessionFactory bf, javax.ejb.SessionBean sb)
bf
- The Bean Factorysb
- The Session Bean instance.Method Detail |
public void setRemoved() throws java.rmi.RemoteException, javax.ejb.RemoveException
setRemoved
in class JSessionContext
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |