Uses of Enum
io.agroal.pool.ConnectionHandler.State
Packages that use ConnectionHandler.State
-
Uses of ConnectionHandler.State in io.agroal.pool
Methods in io.agroal.pool that return ConnectionHandler.StateModifier and TypeMethodDescriptionstatic ConnectionHandler.StateReturns 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.StateModifier and TypeMethodDescriptionvoidConnectionHandler.setState(ConnectionHandler.State newState) booleanConnectionHandler.setState(ConnectionHandler.State expected, ConnectionHandler.State newState)