public class UniversalConnectionPoolLifeCycleState
extends java.lang.Object
UniversalConnectionPool| Modifier and Type | Field | Description |
|---|---|---|
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 |
| Modifier and Type | Method | Description |
|---|---|---|
boolean |
equals(java.lang.Object lifeCycleState) |
Determines equality.
|
protected int |
getState() |
Returns the pool life cycle state.
|
java.lang.String |
toString() |
Returns the pool lifecycle description.
|
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
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()
Copyright © 2007, 2016, 2019, Oracle and/or its affiliates. All rights reserved.