Package oracle.ucp

Enum Class UniversalConnectionPoolLifeCycleState

java.lang.Object
java.lang.Enum<UniversalConnectionPoolLifeCycleState>
oracle.ucp.UniversalConnectionPoolLifeCycleState
All Implemented Interfaces:
Serializable, Comparable<UniversalConnectionPoolLifeCycleState>, Constable

public enum UniversalConnectionPoolLifeCycleState extends Enum<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:
  • Starting Indicates that the connection pool's start method has been called and it is in the process of starting up.
  • Started Indicates that the connection pool has been started and is ready to hand out connections.
  • Stopping Indicates that the connection pool is in the process of stopping.
  • Stopped Indicates that the connection pool is stopped.
  • Failed Indicates that the connection pool has encountered failures during starting, stopping, or execution.
See Also: