Inheritance diagram for org.objectweb.jonas.container.EntityBean:


Public Member Functions | |
| String | getPersistency () |
| int | getPassivationTimeOut () |
| void | setPassivationTimeOut (int timeOut) |
| int | getInactivityTimeOut () |
| boolean | getShared () |
| int | getMinPoolSize () |
| int | getMaxCacheSize () |
| int | getPoolSize () |
| String | getLockPolicy () |
| int | getCacheSize () |
| Integer[] | getEntityCounters () |
| void | synchronize () |
| void | reduceCache () |
Definition at line 37 of file EntityBean.java.
|
|
Definition at line 144 of file EntityBean.java. |
|
|
Instance Counters (inTx, outTx, idle, passive, removed)
Definition at line 152 of file EntityBean.java. References org.objectweb.jonas_ejb.container.EntityCounters.idle, org.objectweb.jonas_ejb.container.EntityCounters.inTx, org.objectweb.jonas_ejb.container.EntityCounters.outTx, org.objectweb.jonas_ejb.container.EntityCounters.passive, and org.objectweb.jonas_ejb.container.EntityCounters.removed. |
|
|
get inactivity time out
Definition at line 80 of file EntityBean.java. |
|
|
Definition at line 115 of file EntityBean.java. |
|
|
Definition at line 101 of file EntityBean.java. |
|
|
Definition at line 94 of file EntityBean.java. |
|
|
get passivation time out
Definition at line 64 of file EntityBean.java. References org.objectweb.jonas_ejb.container.JFactory.getContainer(), and org.objectweb.jonas_ejb.container.JContainer.getSwapTime(). |
Here is the call graph for this function:

|
|
get persistency type Definition at line 56 of file EntityBean.java. |
|
|
Definition at line 108 of file EntityBean.java. |
|
|
Definition at line 87 of file EntityBean.java. |
|
|
Reduce number of instances in memory Definition at line 173 of file EntityBean.java. |
|
|
set passivation time out
Definition at line 72 of file EntityBean.java. References org.objectweb.jonas_ejb.container.JFactory.getContainer(), and org.objectweb.jonas_ejb.container.JContainer.setSwapTime(). |
Here is the call graph for this function:

|
|
Synchronize bean state for all its instances outside transactions Definition at line 166 of file EntityBean.java. |
1.3.9.1