Package | Description |
---|---|
javax.resource.spi |
J2EE Connector API - System Programmer Interface.
|
Modifier and Type | Method and Description |
---|---|
void |
ConnectionEventListener.connectionClosed(ConnectionEvent event)
Notifies the listener that a connection has been closed
|
void |
ConnectionEventListener.connectionErrorOccurred(ConnectionEvent event)
Connection error has occurred
|
void |
ConnectionEventListener.localTransactionCommitted(ConnectionEvent event)
Local transaction has been committed
|
void |
ConnectionEventListener.localTransactionRolledback(ConnectionEvent event)
Local transaction has been rolled back
|
void |
ConnectionEventListener.localTransactionStarted(ConnectionEvent event)
Local transaction has been started
|
Copyright © 2012 JBoss, a division of Red Hat, Inc.. All Rights Reserved.