|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use JSessionContext | |
|---|---|
| org.ow2.jonas.lib.ejb21 | |
| Uses of JSessionContext in org.ow2.jonas.lib.ejb21 |
|---|
| Subclasses of JSessionContext in org.ow2.jonas.lib.ejb21 | |
|---|---|
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.ow2.jonas.lib.ejb21 declared as JSessionContext | |
|---|---|
JSessionContext |
RequestCtx.ejbContext
Used for stateful session at create and for stateless session beans |
| Methods in org.ow2.jonas.lib.ejb21 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 |
JStatefulFactory.getJContext(JSessionSwitch ss)
get a new session context must call newInstance (EJB specs) => no pool should be used. |
JSessionContext |
JStatelessFactory.getJContext(JSessionSwitch ss)
|
abstract JSessionContext |
JSessionFactory.getJContext(JSessionSwitch ss)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||