net.sf.dropboxmq.resource.spi
Class ConnectionEventListenerImpl
java.lang.Object
net.sf.dropboxmq.resource.spi.ConnectionEventListenerImpl
- All Implemented Interfaces:
- EventListener, ConnectionEventListener
public class ConnectionEventListenerImpl
- extends Object
- implements ConnectionEventListener
Created: 22 Oct 2006
- Version:
- $Revision: 211 $, $Date: 2010-11-14 14:21:24 -0700 (Sun, 14 Nov 2010) $
- Author:
- Dwayne Schultz
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ConnectionEventListenerImpl
public ConnectionEventListenerImpl()
connectionClosed
public void connectionClosed(ConnectionEvent connectionEvent)
- Specified by:
connectionClosed
in interface ConnectionEventListener
localTransactionStarted
public void localTransactionStarted(ConnectionEvent connectionEvent)
- Specified by:
localTransactionStarted
in interface ConnectionEventListener
localTransactionCommitted
public void localTransactionCommitted(ConnectionEvent connectionEvent)
- Specified by:
localTransactionCommitted
in interface ConnectionEventListener
localTransactionRolledback
public void localTransactionRolledback(ConnectionEvent connectionEvent)
- Specified by:
localTransactionRolledback
in interface ConnectionEventListener
connectionErrorOccurred
public void connectionErrorOccurred(ConnectionEvent connectionEvent)
- Specified by:
connectionErrorOccurred
in interface ConnectionEventListener
addConnectionEventListener
public void addConnectionEventListener(ConnectionEventListener connectionEventListener)
removeConnectionEventListener
public void removeConnectionEventListener(ConnectionEventListener connectionEventListener)
toObjectString
protected final String toObjectString()