public class UnpooledConnectionEventListener extends ConnectionEventListener
POOL_RECONFIGURED_ERROR_CODE| Constructor and Description |
|---|
UnpooledConnectionEventListener() |
| 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 |
connectionClosed(javax.resource.spi.ConnectionEvent evt) |
void |
connectionErrorOccurred(javax.resource.spi.ConnectionEvent evt) |
void |
localTransactionCommitted(javax.resource.spi.ConnectionEvent evt) |
void |
localTransactionRolledback(javax.resource.spi.ConnectionEvent evt) |
void |
localTransactionStarted(javax.resource.spi.ConnectionEvent evt) |
connectionAbortOccurredpublic void connectionClosed(javax.resource.spi.ConnectionEvent evt)
public void badConnectionClosed(javax.resource.spi.ConnectionEvent evt)
badConnectionClosed in interface BadConnectionEventListenerbadConnectionClosed in class ConnectionEventListenerevt - ConnectionEventpublic void connectionErrorOccurred(javax.resource.spi.ConnectionEvent evt)
public void localTransactionStarted(javax.resource.spi.ConnectionEvent evt)
public void localTransactionCommitted(javax.resource.spi.ConnectionEvent evt)
public void localTransactionRolledback(javax.resource.spi.ConnectionEvent evt)
Copyright © 2019. All rights reserved.