Uses of Class
oracle.ucp.UniversalConnectionPoolLifeCycleState
-
Packages that use UniversalConnectionPoolLifeCycleState Package Description oracle.ucp oracle.ucp.admin -
-
Uses of UniversalConnectionPoolLifeCycleState in oracle.ucp
Methods in oracle.ucp that return UniversalConnectionPoolLifeCycleState Modifier and Type Method 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.Methods in oracle.ucp with parameters of type UniversalConnectionPoolLifeCycleState Modifier and Type Method Description boolean
UniversalConnectionPoolLifeCycleState. in(UniversalConnectionPoolLifeCycleState... states)
Cecks if this enum is one of given enums -
Uses of UniversalConnectionPoolLifeCycleState in oracle.ucp.admin
Methods in oracle.ucp.admin that return UniversalConnectionPoolLifeCycleState Modifier and Type Method Description UniversalConnectionPoolLifeCycleState
UniversalConnectionPoolManagerMBean. getConnectionPoolLifeCycleState(java.lang.String poolName)
Gets the life cycle state of the Universal Connection Pool.
-