Oracle Fusion Middleware Java API Reference for Oracle ADF Model
11g Release 1 (11.1.1.4.0)

E10653-05

oracle.jbo.server
Class QCPoolMgr

java.lang.Object
  extended by oracle.jbo.pool.ResourcePoolManager
      extended by oracle.jbo.server.QCPoolMgr

public class QCPoolMgr
extends ResourcePoolManager

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

getInstance

public static final QCPoolMgr getInstance(boolean create)
Retrieves singleton instance of QueryCollection Pool Manager.

Parameters:
create - true if a new instance should be created if none currently exists. false if null should be returned if none currently exists.
Returns:
Singleton instance of QueryCollection Pool Manager

getInstance

public static final QCPoolMgr getInstance()
Retrieves singleton instance of QueryCollection Pool Manager.


getMonitorSleepInterval

protected int getMonitorSleepInterval()
Description copied from class: ResourcePoolManager
Returns the interval in milliseconds for which the monitor daemon should sleep between wakeup requests.

Overrides:
getMonitorSleepInterval in class ResourcePoolManager

Oracle Fusion Middleware Java API Reference for Oracle ADF Model
11g Release 1 (11.1.1.4.0)

E10653-05

Copyright © 1997, 2011, Oracle. All rights reserved.