Uses of Enum Class
oracle.ucp.UniversalConnectionPoolLifeCycleState
Packages that use UniversalConnectionPoolLifeCycleState
-
Uses of UniversalConnectionPoolLifeCycleState in oracle.ucp
Methods in oracle.ucp that return UniversalConnectionPoolLifeCycleStateModifier and TypeMethodDescriptionUniversalConnectionPool.getLifeCycleState()Gets the life cycle state of the connection pool.Returns the enum constant of this class with the specified name.UniversalConnectionPoolLifeCycleState.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in oracle.ucp with parameters of type UniversalConnectionPoolLifeCycleStateModifier and TypeMethodDescriptionbooleanUniversalConnectionPoolLifeCycleState.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 UniversalConnectionPoolLifeCycleStateModifier and TypeMethodDescriptionUniversalConnectionPoolManagerMBean.getConnectionPoolLifeCycleState(String poolName) Gets the life cycle state of the Universal Connection Pool.