Public Member Functions | |
| JStatefulPool () | |
| synchronized int | addContext (JStatefulContext ctx) |
| synchronized JStatefulContext | getContext (int ctxid) |
| synchronized void | removeContext (int ctxid) |
Definition at line 38 of file JStatefulPool.java.
|
|
Constructor Definition at line 49 of file JStatefulPool.java. |
|
|
add a new Context in the pool
Definition at line 58 of file JStatefulPool.java. Referenced by org.objectweb.jonas_ejb.container.JStatefulSwitch.bindICtx(). |
|
|
get a Context matching this Id
Definition at line 81 of file JStatefulPool.java. Referenced by org.objectweb.jonas_ejb.container.JStatefulSwitch.getICtx(). |
|
|
remove the Context matching this Id
Definition at line 99 of file JStatefulPool.java. Referenced by org.objectweb.jonas_ejb.container.JStatefulSwitch.noLongerUsed(). |
1.3.9.1