Uses of Enum Class
oracle.ucp.UniversalPooledConnection.ValidationType
Packages that use UniversalPooledConnection.ValidationType
-
Uses of UniversalPooledConnection.ValidationType in oracle.ucp
Methods in oracle.ucp that return UniversalPooledConnection.ValidationTypeModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.UniversalPooledConnection.ValidationType.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 UniversalPooledConnection.ValidationTypeModifier and TypeMethodDescriptiondefault booleanUniversalPooledConnection.isValid(UniversalPooledConnection.ValidationType validationType) Checks whether or not the connection is valid with a default timeout.default booleanUniversalPooledConnection.isValid(UniversalPooledConnection.ValidationType validationType, int timeout) Checks whether or not the connection is valid with a timeout.default CompletionStage<Boolean>UniversalPooledConnection.isValidAsync(UniversalPooledConnection.ValidationType validationType, int timeout, Executor executor) Asynchronous version of the 'isValid()'default voidUniversalPooledConnection.validate(UniversalPooledConnection.ValidationType validationType, int timeout) Validates this connection and sets corresponding status on this connection.default CompletionStage<Void>UniversalPooledConnection.validateAsync(UniversalPooledConnection.ValidationType validationType, int timeout, Executor executor) Asynchronous version of the 'validate(ValidationType, int)'.