public abstract class ConnectionEventListener extends Object implements javax.resource.spi.ConnectionEventListener, BadConnectionEventListener
POOL_RECONFIGURED_ERROR_CODE| Constructor and Description |
|---|
ConnectionEventListener() |
| Modifier and Type | Method and Description |
|---|---|
void |
badConnectionClosed(javax.resource.spi.ConnectionEvent ce)
Resource adapters will signal that the connection being closed is bad.
|
void |
connectionAbortOccurred(javax.resource.spi.ConnectionEvent ce)
Resource adapters will signal that the connection is being aborted.
|
public void badConnectionClosed(javax.resource.spi.ConnectionEvent ce)
BadConnectionEventListenerbadConnectionClosed in interface BadConnectionEventListenerce - ConnectionEventpublic void connectionAbortOccurred(javax.resource.spi.ConnectionEvent ce)
BadConnectionEventListenerconnectionAbortOccurred in interface BadConnectionEventListenerce - ConnectionEventCopyright © 2017. All rights reserved.