Skip navigation links

Oracle® Universal Connection Pool for JDBC Java API Reference
11g Release 2 (11.2)

E12826-01


oracle.ucp.admin
Class UniversalConnectionPoolManagerImpl

java.lang.Object
  extended by oracle.ucp.admin.UniversalConnectionPoolManagerBase
      extended by oracle.ucp.admin.UniversalConnectionPoolManagerImpl

All Implemented Interfaces:
UniversalConnectionPoolManager

public class UniversalConnectionPoolManagerImpl
extends oracle.ucp.admin.UniversalConnectionPoolManagerBase

The UniversalConnectionPoolManagerImpl class is the implementation class for the pool manager. This is a singleton class and only one instance exists in a JVM.


Nested Class Summary

 

Nested classes/interfaces inherited from class oracle.ucp.admin.UniversalConnectionPoolManagerBase
oracle.ucp.admin.UniversalConnectionPoolManagerBase.UCPMetric

 

Field Summary

 

Fields inherited from class oracle.ucp.admin.UniversalConnectionPoolManagerBase
m_connPool, m_mappedPoolNames

 

Method Summary
static UniversalConnectionPoolManager getUniversalConnectionPoolManager()
          Returns the static Universal Connection Pool Manager instance.

 

Methods inherited from class oracle.ucp.admin.UniversalConnectionPoolManagerBase
createConnectionPool, destroyConnectionPool, getConnectionPool, getConnectionPoolNames, getLogLevel, getManagerPoolID, getMetricUpdateInterval, getStateMetric, getTaskManager, getTimerManager, isJmxEnabled, purgeConnectionPool, recycleConnectionPool, refreshConnectionPool, setConnectionPool, setJmxEnabled, setLogLevel, setManagerPoolID, setMetricConsole, setMetricParentNoun, setMetricUpdateInterval, setTaskManager, setTimerManager, startConnectionPool, startMetricsCollection, stopConnectionPool, stopMetricsCollection

 

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Method Detail

getUniversalConnectionPoolManager

public static UniversalConnectionPoolManager getUniversalConnectionPoolManager()
                                                                        throws UniversalConnectionPoolException
Returns the static Universal Connection Pool Manager instance. If necessary, a new instance is created and returned to the caller. This is a singleton object and there is only one UniversalConnectionPoolManagerImpl in a JVM.
Returns:
The UniversalConnectionPoolManager object.
Throws:
UniversalConnectionPoolException - If an error occurs while getting the UniversalConnectionPoolManager object.

Skip navigation links

Oracle® Universal Connection Pool for JDBC Java API Reference
11g Release 2 (11.2)

E12826-01


Copyright © 2008, 2009, Oracle and/or its affiliates. All rights reserved.