| Package | Description |
|---|---|
| oracle.ucp | |
| oracle.ucp.admin |
| Modifier and Type | Method and Description |
|---|---|
UniversalConnectionPoolLifeCycleState |
UniversalConnectionPool.getLifeCycleState()
Gets the life cycle state of the connection pool.
|
static UniversalConnectionPoolLifeCycleState |
UniversalConnectionPoolLifeCycleState.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static UniversalConnectionPoolLifeCycleState[] |
UniversalConnectionPoolLifeCycleState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
UniversalConnectionPoolLifeCycleState.in(UniversalConnectionPoolLifeCycleState... states)
Cecks if this enum is one of given enums
|
| Modifier and Type | Method and Description |
|---|---|
UniversalConnectionPoolLifeCycleState |
UniversalConnectionPoolManagerMBean.getConnectionPoolLifeCycleState(java.lang.String poolName)
Gets the life cycle state of the Universal Connection Pool.
|