public interface BadConnectionEventListener
| Modifier and Type | Field and Description |
|---|---|
static String |
POOL_RECONFIGURED_ERROR_CODE
Error code used to indicate that the pool is reconfigured
and the client can retry to do operations based on
based on new configuration.
|
| Modifier and Type | Method and Description |
|---|---|
void |
badConnectionClosed(javax.resource.spi.ConnectionEvent evt)
Resource adapters will signal that the connection being closed is bad.
|
void |
connectionAbortOccurred(javax.resource.spi.ConnectionEvent evt)
Resource adapters will signal that the connection is being aborted.
|
static final String POOL_RECONFIGURED_ERROR_CODE
void badConnectionClosed(javax.resource.spi.ConnectionEvent evt)
evt - ConnectionEventvoid connectionAbortOccurred(javax.resource.spi.ConnectionEvent evt)
evt - ConnectionEventCopyright © 2019. All rights reserved.