public class QCPoolMgr extends ResourcePoolManager
mLock| Modifier and Type | Method and Description | 
|---|---|
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. 
 | 
addResourcePool, classLoaderShuttingDown, createPoolMonitor, destroy, getManagerInstance, getProperty, getResourcePool, getResourcePoolKeys, getResourcePools, getResourcePoolTimer, removePoolMonitor, removeResourcePool, wakeuppublic 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