Uses of Class
oracle.ucp.UniversalPooledConnectionStatus
Packages that use UniversalPooledConnectionStatus
-
Uses of UniversalPooledConnectionStatus in oracle.ucp
Fields in oracle.ucp declared as UniversalPooledConnectionStatusModifier and TypeFieldDescriptionstatic final UniversalPooledConnectionStatusUniversalPooledConnectionStatus.STATUS_BADThe pooled connection's status is bad.static final UniversalPooledConnectionStatusUniversalPooledConnectionStatus.STATUS_CLOSE_ON_RETURNThe pooled connection should be closed and not put back into the pool when it is returned by the borrower.static final UniversalPooledConnectionStatusUniversalPooledConnectionStatus.STATUS_CLOSEDThe pooled connection's status is closed.static final UniversalPooledConnectionStatusUniversalPooledConnectionStatus.STATUS_NORMALThe pooled connection's status is normal.static final UniversalPooledConnectionStatusUniversalPooledConnectionStatus.STATUS_RECONNECTINGThe pooled connection's status is reconnecting.static final UniversalPooledConnectionStatusUniversalPooledConnectionStatus.STATUS_REPLACE_ON_RETURNThe pooled connection should be closed and replaced with a brand new connection in the pool when it is returned by the borrower.Methods in oracle.ucp that return UniversalPooledConnectionStatusModifier and TypeMethodDescriptionUniversalPooledConnection.getStatus()Gets the status of the pooled connection.Methods in oracle.ucp with parameters of type UniversalPooledConnectionStatusModifier and TypeMethodDescriptionvoidUniversalPooledConnection.setStatus(UniversalPooledConnectionStatus status) Sets the status of the pooled connection.