javax.resource.spi

Interface ConnectionEventListener

All Superinterfaces:
EventListener

public interface ConnectionEventListener
extends EventListener

Method Summary

void
connectionClosed(ConnectionEvent event)
void
connectionErrorOccurred(ConnectionEvent event)
void
localTransactionCommitted(ConnectionEvent event)
void
localTransactionRolledback(ConnectionEvent event)
void
localTransactionStarted(ConnectionEvent event)

Method Details

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)