Uses of Class
io.agroal.pool.ConnectionHandler.State
-
Packages that use ConnectionHandler.State Package Description io.agroal.pool -
-
Uses of ConnectionHandler.State in io.agroal.pool
Methods in io.agroal.pool that return ConnectionHandler.State Modifier and Type Method Description static ConnectionHandler.StateConnectionHandler.State. valueOf(String name)Returns the enum constant of this type with the specified name.static ConnectionHandler.State[]ConnectionHandler.State. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.agroal.pool with parameters of type ConnectionHandler.State Modifier and Type Method Description voidConnectionHandler. setState(ConnectionHandler.State newState)booleanConnectionHandler. setState(ConnectionHandler.State expected, ConnectionHandler.State newState)
-