| Package | Description |
|---|---|
| com.jolbox.bonecp.hooks |
Support for event notification on a connection state.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
Copyright © 2009-2013 JolBox. All Rights Reserved.