org.apache.geronimo.connector.outbound
Class GeronimoConnectionEventListener
java.lang.Object
org.apache.geronimo.connector.outbound.GeronimoConnectionEventListener
- All Implemented Interfaces:
- EventListener, ConnectionEventListener
public class GeronimoConnectionEventListener
- extends Object
- implements ConnectionEventListener
ConnectionEventListener.java
Created: Thu Oct 2 14:57:43 2003
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GeronimoConnectionEventListener
public GeronimoConnectionEventListener(ConnectionInterceptor stack,
ManagedConnectionInfo managedConnectionInfo)
connectionClosed
public void connectionClosed(ConnectionEvent connectionEvent)
- Specified by:
connectionClosed
in interface ConnectionEventListener
connectionErrorOccurred
public void connectionErrorOccurred(ConnectionEvent connectionEvent)
- Specified by:
connectionErrorOccurred
in interface ConnectionEventListener
localTransactionStarted
public void localTransactionStarted(ConnectionEvent event)
- Specified by:
localTransactionStarted
in interface ConnectionEventListener
localTransactionCommitted
public void localTransactionCommitted(ConnectionEvent event)
- The
localTransactionCommitted
method
- Specified by:
localTransactionCommitted
in interface ConnectionEventListener
- Parameters:
event
- a ConnectionEvent
value
todo implement this method
localTransactionRolledback
public void localTransactionRolledback(ConnectionEvent event)
- The
localTransactionRolledback
method
- Specified by:
localTransactionRolledback
in interface ConnectionEventListener
- Parameters:
event
- a ConnectionEvent
value
todo implement this method
addConnectionInfo
public void addConnectionInfo(ConnectionInfo connectionInfo)
removeConnectionInfo
public void removeConnectionInfo(ConnectionInfo connectionInfo)
hasConnectionInfos
public boolean hasConnectionInfos()
clearConnectionInfos
public void clearConnectionInfos()
hasConnectionInfo
public boolean hasConnectionInfo(ConnectionInfo connectionInfo)
isFirstConnectionInfo
public boolean isFirstConnectionInfo(ConnectionInfo connectionInfo)
getConnectionInfos
public Collection<ConnectionInfo> getConnectionInfos()
Copyright © 2003-2009 Apache Software Foundation. All Rights Reserved.