javax.resource.spi

Interface ConnectionEventListener

public interface ConnectionEventListener extends EventListener

Method Summary
voidconnectionClosed(ConnectionEvent event)
voidconnectionErrorOccurred(ConnectionEvent event)
voidlocalTransactionCommitted(ConnectionEvent event)
voidlocalTransactionRolledback(ConnectionEvent event)
voidlocalTransactionStarted(ConnectionEvent event)

Method Detail

connectionClosed

public void connectionClosed(ConnectionEvent event)

connectionErrorOccurred

public void connectionErrorOccurred(ConnectionEvent event)

localTransactionCommitted

public void localTransactionCommitted(ConnectionEvent event)

localTransactionRolledback

public void localTransactionRolledback(ConnectionEvent event)

localTransactionStarted

public void localTransactionStarted(ConnectionEvent event)