|
Oracle® Universal Connection Pool for JDBC Java API Reference 11g Release 2 (11.2.0.4) |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectoracle.ucp.UniversalConnectionPoolLifeCycleState
public class UniversalConnectionPoolLifeCycleState
Type-safe Life Cycle values for the connection pool. A connection pool has a lifecycle. The connection pool only hands out connections when it is in a started state. A connection pool has the following lifecycle states:
UniversalConnectionPool| Field Summary | |
|---|---|
static UniversalConnectionPoolLifeCycleState |
LIFE_CYCLE_FAILED
Connection pool has failed. |
static java.lang.String |
LIFE_CYCLE_FAILED_DESC
|
static UniversalConnectionPoolLifeCycleState |
LIFE_CYCLE_RUNNING
Connection pool is started and can hand out connections. |
static java.lang.String |
LIFE_CYCLE_RUNNING_DESC
|
static UniversalConnectionPoolLifeCycleState |
LIFE_CYCLE_STARTING
Connection pool is starting up. |
static java.lang.String |
LIFE_CYCLE_STARTING_DESC
|
static UniversalConnectionPoolLifeCycleState |
LIFE_CYCLE_STOPPED
Connection pool is stopped. |
static java.lang.String |
LIFE_CYCLE_STOPPED_DESC
|
static UniversalConnectionPoolLifeCycleState |
LIFE_CYCLE_STOPPING
Connection pool is stopping. |
static java.lang.String |
LIFE_CYCLE_STOPPING_DESC
|
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object lifeCycleState)
Determines equality. |
protected int |
getState()
|
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final java.lang.String LIFE_CYCLE_STARTING_DESC
public static final java.lang.String LIFE_CYCLE_RUNNING_DESC
public static final java.lang.String LIFE_CYCLE_STOPPING_DESC
public static final java.lang.String LIFE_CYCLE_STOPPED_DESC
public static final java.lang.String LIFE_CYCLE_FAILED_DESC
public static final UniversalConnectionPoolLifeCycleState LIFE_CYCLE_STARTING
public static final UniversalConnectionPoolLifeCycleState LIFE_CYCLE_RUNNING
public static final UniversalConnectionPoolLifeCycleState LIFE_CYCLE_STOPPING
public static final UniversalConnectionPoolLifeCycleState LIFE_CYCLE_STOPPED
public static final UniversalConnectionPoolLifeCycleState LIFE_CYCLE_FAILED
| Method Detail |
|---|
public boolean equals(java.lang.Object lifeCycleState)
equals in class java.lang.ObjectlifeCycleState - The object to compare.
public java.lang.String toString()
toString in class java.lang.Objectprotected int getState()
|
Oracle® Universal Connection Pool for JDBC Java API Reference 11g Release 2 (11.2.0.4) |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||