|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ConnectionState | |
|---|---|
| com.jolbox.bonecp.hooks | Support for event notification on a connection state. |
| Uses of ConnectionState in com.jolbox.bonecp.hooks |
|---|
| Methods in com.jolbox.bonecp.hooks that return ConnectionState | |
|---|---|
ConnectionState |
ConnectionHook.onMarkPossiblyBroken(ConnectionHandle connection,
String state,
SQLException e)
Called to give you a chance to override the logic on whether a connection can be considered broken or not. |
ConnectionState |
AbstractConnectionHook.onMarkPossiblyBroken(ConnectionHandle connection,
String state,
SQLException e)
|
static ConnectionState |
ConnectionState.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static ConnectionState[] |
ConnectionState.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||