|
Oracle Fusion Middleware Java API Reference for Oracle ADF Model 11g Release 1 (11.1.1.5.0) E10653-06 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
oracle.jbo.pool.ResourcePoolManager
oracle.jbo.server.QCPoolMgr
public class QCPoolMgr
This class manages the shared Query Collection Pool. It is a singleton instance.
| Field Summary |
|---|
| Fields inherited from class oracle.jbo.pool.ResourcePoolManager |
|---|
mLock |
| Method Summary | |
|---|---|
static QCPoolMgr |
getInstance()Retrieves singleton instance of QueryCollection Pool Manager. |
static QCPoolMgr |
getInstance(boolean create)Retrieves singleton instance of QueryCollection Pool Manager. |
protected int |
getMonitorSleepInterval()Returns the interval in milliseconds for which the monitor daemon should sleep between wakeup requests. |
| Methods inherited from class oracle.jbo.pool.ResourcePoolManager |
|---|
addResourcePool, classLoaderShuttingDown, createPoolMonitor, destroy, getManagerInstance, getProperty, getResourcePool, getResourcePoolKeys, getResourcePools, getResourcePoolTimer, removePoolMonitor, removeResourcePool |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static final QCPoolMgr getInstance(boolean create)
create - true if a new instance should be created if none currently exists. false if null should be returned if none currently exists.public static final QCPoolMgr getInstance()
protected int getMonitorSleepInterval()
ResourcePoolManagergetMonitorSleepInterval in class ResourcePoolManager
|
Oracle Fusion Middleware Java API Reference for Oracle ADF Model 11g Release 1 (11.1.1.5.0) E10653-06 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||