| |
|
| org.objectweb.jonas.container.EJB org.objectweb.jonas.container.EntityBean
EntityBean | public class EntityBean extends EJB (Code) | | This class implements the EntityBean type specified in JSR77
author: Adriana Danes |
getCacheSize | public int getCacheSize()(Code) | | Cache Size value |
getCurrentWaiters | public int getCurrentWaiters()(Code) | | current number of waiters for a bean instance |
getDeadlockTimeOut | public int getDeadlockTimeOut()(Code) | | get deadlock time out
deadlock timeout in seconds |
getEntityCounters | public Integer[] getEntityCounters()(Code) | | Instance Counters (inTx, outTx, idle, passive, removed)
table of int values for Entity counters |
getHardLimit | public boolean getHardLimit()(Code) | | true if bean has hard limit |
getInactivityTimeOut | public int getInactivityTimeOut()(Code) | | get inactivity time out
inactivity timeout in seconds |
getLockPolicy | public String getLockPolicy()(Code) | | EJB Container lock policy |
getMaxCacheSize | public int getMaxCacheSize()(Code) | | max-cache-size value |
getMinPoolSize | public int getMinPoolSize()(Code) | | min-pool-size value |
getPassivationTimeOut | public int getPassivationTimeOut()(Code) | | get passivation time out
passivation timeout in seconds |
getPersistency | public String getPersistency()(Code) | | get persistency type
|
getPoolSize | public int getPoolSize()(Code) | | pool-size value |
getPrefetch | public boolean getPrefetch()(Code) | | |
getReadTimeOut | public int getReadTimeOut()(Code) | | get read time out
read timeout in seconds |
getShared | public boolean getShared()(Code) | | true if bean is shared |
reduceCache | public void reduceCache()(Code) | | Reduce number of instances in memory
|
setPassivationTimeOut | public void setPassivationTimeOut(int timeOut)(Code) | | set passivation time out
Parameters: timeOut - passivation timeout in seconds |
synchronize | public void synchronize()(Code) | | Synchronize bean state for all its instances outside transactions
|
|
|
|