Inherited by org.objectweb.jonas_ejb.container.JStatefulContext, and org.objectweb.jonas_ejb.container.JStatelessContext.
Inheritance diagram for org.objectweb.jonas_ejb.container.JSessionContext:


Public Member Functions | |
| JSessionContext (JSessionFactory bf, SessionBean eb) | |
| EJBObject | getEJBObject () throws IllegalStateException |
| EJBLocalObject | getEJBLocalObject () throws IllegalStateException |
| abstract MessageContext | getMessageContext () throws java.lang.IllegalStateException |
| boolean | getRollbackOnly () throws IllegalStateException |
| void | initSessionContext (JSessionSwitch bs) |
| SessionBean | getInstance () throws RemoteException |
| boolean | isMarkedRemoved () |
Definition at line 48 of file JSessionContext.java.
|
||||||||||||
|
Constructs a SessionContext
Definition at line 59 of file JSessionContext.java. References org.objectweb.jonas_ejb.container.JSessionFactory.getHome(), and org.objectweb.jonas_ejb.container.JSessionFactory.getLocalHome(). |
Here is the call graph for this function:

|
|
Obtain a reference to the EJB local object that is currently associated with the instance.
Definition at line 104 of file JSessionContext.java. References org.objectweb.jonas_ejb.container.JSessionSwitch.getLocal(). |
Here is the call graph for this function:

|
|
Obtains a reference to the EJB object that is currently associated with the instance.
Definition at line 79 of file JSessionContext.java. References org.objectweb.jonas_ejb.container.JSessionSwitch.getRemote(). |
Here is the call graph for this function:

|
|
Returns the bean instance of this context Used in the generated classes to retrieve the instance
Definition at line 160 of file JSessionContext.java. Referenced by org.objectweb.jonas_ejb.container.JStatefulContext.afterCompletion(), org.objectweb.jonas_ejb.container.JStatefulContext.beforeCompletion(), and org.objectweb.jonas_ejb.container.JStatelessFactory.notifyTimeout(). |
|
|
Obtain a reference to the JAX-RPC MessageContext.
Implemented in org.objectweb.jonas_ejb.container.JStatefulContext, and org.objectweb.jonas_ejb.container.JStatelessContext. |
|
|
Tests if the transaction has been marked for rollback only.
Reimplemented from org.objectweb.jonas_ejb.container.JContext. Definition at line 130 of file JSessionContext.java. References org.objectweb.jonas_ejb.container.JContext.getState(). |
Here is the call graph for this function:

|
|
Reinit Context for reuse
Definition at line 147 of file JSessionContext.java. References org.objectweb.jonas_ejb.container.JSessionLocal.bs. Referenced by org.objectweb.jonas_ejb.container.JStatefulSwitch.bindICtx(), and org.objectweb.jonas_ejb.container.JStatelessFactory.getJContext(). |
|
|
Definition at line 171 of file JSessionContext.java. Referenced by org.objectweb.jonas_ejb.container.JStatelessSwitch.releaseICtx(), and org.objectweb.jonas_ejb.container.JStatefulSwitch.releaseICtx(). |
1.3.9.1