public class LocalTxConnectionEventListener extends ConnectionEventListener
POOL_RECONFIGURED_ERROR_CODE| Constructor and Description |
|---|
LocalTxConnectionEventListener(ResourceHandle resource) |
| Modifier and Type | Method and Description |
|---|---|
void |
associateHandle(Object c,
ResourceHandle h) |
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) |
ResourceHandle |
removeAssociation(Object c) |
void |
resetAssociations() |
connectionAbortOccurredpublic LocalTxConnectionEventListener(ResourceHandle resource)
public void connectionClosed(javax.resource.spi.ConnectionEvent evt)
public void connectionErrorOccurred(javax.resource.spi.ConnectionEvent evt)
public void badConnectionClosed(javax.resource.spi.ConnectionEvent evt)
badConnectionClosed in interface BadConnectionEventListenerbadConnectionClosed in class ConnectionEventListenerevt - ConnectionEventpublic void localTransactionStarted(javax.resource.spi.ConnectionEvent evt)
public void localTransactionCommitted(javax.resource.spi.ConnectionEvent evt)
public void localTransactionRolledback(javax.resource.spi.ConnectionEvent evt)
public void associateHandle(Object c, ResourceHandle h)
public ResourceHandle removeAssociation(Object c)
public void resetAssociations()
throws javax.resource.ResourceException
javax.resource.ResourceExceptionCopyright © 2019. All rights reserved.