Package | Description |
---|---|
oracle.ucp |
Includes both required and optional callback interfaces that are used to implement connection pool features.
|
oracle.ucp.admin |
Defines interfaces for administering Universal Connection Pool instances, including JMX support.
|
Modifier and Type | Field and Description |
---|---|
static UniversalConnectionPoolLifeCycleState |
UniversalConnectionPoolLifeCycleState.LIFE_CYCLE_FAILED
Connection pool has failed.
|
static UniversalConnectionPoolLifeCycleState |
UniversalConnectionPoolLifeCycleState.LIFE_CYCLE_RUNNING
Connection pool is started and can hand out connections.
|
static UniversalConnectionPoolLifeCycleState |
UniversalConnectionPoolLifeCycleState.LIFE_CYCLE_STARTING
Connection pool is starting up.
|
static UniversalConnectionPoolLifeCycleState |
UniversalConnectionPoolLifeCycleState.LIFE_CYCLE_STOPPED
Connection pool is stopped.
|
static UniversalConnectionPoolLifeCycleState |
UniversalConnectionPoolLifeCycleState.LIFE_CYCLE_STOPPING
Connection pool is stopping.
|
Modifier and Type | Method and Description |
---|---|
UniversalConnectionPoolLifeCycleState |
UniversalConnectionPool.getLifeCycleState()
Gets the life cycle state of the connection pool.
|
Modifier and Type | Method and Description |
---|---|
UniversalConnectionPoolLifeCycleState |
UniversalConnectionPoolManagerMBean.getConnectionPoolLifeCycleState(java.lang.String poolName)
Gets the life cycle state of the Universal Connection Pool.
|