Java javax.resource.spi ConnectionEventListener fields, constructors, methods, implement or subclass

Example usage for Java javax.resource.spi ConnectionEventListener fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for javax.resource.spi ConnectionEventListener.

The text is from its open source code.

Method

voidconnectionClosed(ConnectionEvent event)
Notifies that an application component has closed the connection.
voidconnectionErrorOccurred(ConnectionEvent event)
Notifies a connection related error.
voidlocalTransactionCommitted(ConnectionEvent event)
Notifies that a Resource Manager Local Transaction was committed on the ManagedConnection instance.
voidlocalTransactionRolledback(ConnectionEvent event)
Notifies that a Resource Manager Local Transaction was rolled back on the ManagedConnection instance.
voidlocalTransactionStarted(ConnectionEvent event)
Notifies that a Resource Manager Local Transaction was started on the ManagedConnection instance.