Example usage for Java javax.resource.spi ConnectionEventListener fields, constructors, methods, implement or subclass
The text is from its open source code.
void | connectionClosed(ConnectionEvent event) Notifies that an application component has closed the connection. |
void | connectionErrorOccurred(ConnectionEvent event) Notifies a connection related error. |
void | localTransactionCommitted(ConnectionEvent event) Notifies that a Resource Manager Local Transaction was committed on the ManagedConnection instance. |
void | localTransactionRolledback(ConnectionEvent event) Notifies that a Resource Manager Local Transaction was rolled back on the ManagedConnection instance. |
void | localTransactionStarted(ConnectionEvent event) Notifies that a Resource Manager Local Transaction was started on the ManagedConnection instance. |