|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use JSessionContext | |
---|---|
org.objectweb.jonas_ejb.container |
Uses of JSessionContext in org.objectweb.jonas_ejb.container |
---|
Subclasses of JSessionContext in org.objectweb.jonas_ejb.container | |
---|---|
class |
JRepStatefulContext
This class extends JSessionContext in case of Replicated Stateful Session Bean. |
class |
JStatefulContext
This class extends JSessionContext in case of Stateful Session Bean. |
class |
JStatelessContext
This class extends JSessionContext in case of Stateless Session Bean. |
Fields in org.objectweb.jonas_ejb.container declared as JSessionContext | |
---|---|
JSessionContext |
RequestCtx.ejbContext
Used for stateful session at create and for stateless session beans |
Methods in org.objectweb.jonas_ejb.container that return JSessionContext | |
---|---|
JSessionContext |
JStatelessSwitch.getICtx(Transaction tx)
get an initialized Bean Context |
JSessionContext |
JStatefulSwitch.getICtx(Transaction tx)
At each business method, get a BeanContext to run it |
abstract JSessionContext |
JSessionSwitch.getICtx(Transaction tx)
|
JSessionContext |
JStatelessFactory.getJContext(JSessionSwitch ss)
|
JSessionContext |
JStatefulFactory.getJContext(JSessionSwitch ss)
get a new session context must call newInstance (EJB specs) => no pool should be used. |
abstract JSessionContext |
JSessionFactory.getJContext(JSessionSwitch ss)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |