|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ConnectionEvent | |
javax.resource.spi | The javax.resource.spi package contains APIs for the system contracts defined in the J2EE Connector Architecture specification. |
Uses of ConnectionEvent in javax.resource.spi |
Methods in javax.resource.spi with parameters of type ConnectionEvent | |
void |
ConnectionEventListener.connectionClosed(ConnectionEvent event)
Notifies that an application component has closed the connection. |
void |
ConnectionEventListener.localTransactionStarted(ConnectionEvent event)
Notifies that a Resource Manager Local Transaction was started on the ManagedConnection instance. |
void |
ConnectionEventListener.localTransactionCommitted(ConnectionEvent event)
Notifies that a Resource Manager Local Transaction was committed on the ManagedConnection instance. |
void |
ConnectionEventListener.localTransactionRolledback(ConnectionEvent event)
Notifies that a Resource Manager Local Transaction was rolled back on the ManagedConnection instance. |
void |
ConnectionEventListener.connectionErrorOccurred(ConnectionEvent event)
Notifies a connection related error. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |