Inheritance diagram for org.objectweb.jonas_ejb.container.JStatefulFactory:


Public Member Functions | |
| JStatefulFactory (SessionStatefulDesc dd, JContainer cont, JStatefulPool sfp) | |
| int | getPoolSize () |
| void | reduceCache () |
| void | initInstancePool () |
| RequestCtx | preInvoke (int txa) |
| void | checkSecurity (EJBInvocation ejbInv) |
| void | postInvoke (RequestCtx rctx) |
| TimerService | getTimerService () |
| JSessionSwitch | createNewSession () throws RemoteException |
| JSessionContext | getJContext (JSessionSwitch ss) |
Definition at line 44 of file JStatefulFactory.java.
|
||||||||||||||||
|
constructor
Definition at line 54 of file JStatefulFactory.java. |
|
|
Check if the access to the bean is authorized
Reimplemented from org.objectweb.jonas_ejb.container.JFactory. Definition at line 106 of file JStatefulFactory.java. |
|
|
Creates a new Session Stateful called back from createEJB
Implements org.objectweb.jonas_ejb.container.JSessionFactory. Definition at line 137 of file JStatefulFactory.java. |
|
|
get a new session context must call newInstance (EJB specs) => no pool should be used.
Implements org.objectweb.jonas_ejb.container.JSessionFactory. Definition at line 148 of file JStatefulFactory.java. |
|
|
Implements org.objectweb.jonas_ejb.container.JFactory. Definition at line 69 of file JStatefulFactory.java. |
|
|
Obtains the TimerService associated for this Bean
Implements org.objectweb.jonas_ejb.container.JFactory. Definition at line 129 of file JStatefulFactory.java. |
|
|
No pool of instances for stateful session beans Implements org.objectweb.jonas_ejb.container.JFactory. Definition at line 82 of file JStatefulFactory.java. |
|
|
postinvoke
Reimplemented from org.objectweb.jonas_ejb.container.JFactory. Definition at line 116 of file JStatefulFactory.java. |
|
|
preInvoke for Session beans stateful
Reimplemented from org.objectweb.jonas_ejb.container.JFactory. Definition at line 95 of file JStatefulFactory.java. |
|
|
Reduce number of instances in memory Implements org.objectweb.jonas_ejb.container.BeanFactory. Definition at line 76 of file JStatefulFactory.java. |
1.3.9.1