| Package | Description |
|---|---|
| oracle.ucp | |
| oracle.ucp.admin |
| Modifier and Type | Field | 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 | Description |
|---|---|---|
UniversalConnectionPoolLifeCycleState |
UniversalConnectionPool.getLifeCycleState() |
Gets the life cycle state of the connection pool.
|
| Modifier and Type | Method | Description |
|---|---|---|
UniversalConnectionPoolLifeCycleState |
UniversalConnectionPoolManagerMBean.getConnectionPoolLifeCycleState(java.lang.String poolName) |
Gets the life cycle state of the Universal Connection Pool.
|
Copyright © 2007, 2016, 2019, Oracle and/or its affiliates. All rights reserved.