org.apache.geronimo.connector.outbound
Class GeronimoConnectionEventListener
java.lang.Object
org.apache.geronimo.connector.outbound.GeronimoConnectionEventListener
- All Implemented Interfaces:
- java.util.EventListener, javax.resource.spi.ConnectionEventListener
public class GeronimoConnectionEventListener
- extends java.lang.Object
- implements javax.resource.spi.ConnectionEventListener
ConnectionEventListener.java
Created: Thu Oct 2 14:57:43 2003
- Version:
- 1.0
| 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(javax.resource.spi.ConnectionEvent connectionEvent)
- Specified by:
connectionClosed in interface javax.resource.spi.ConnectionEventListener
connectionErrorOccurred
public void connectionErrorOccurred(javax.resource.spi.ConnectionEvent connectionEvent)
- Specified by:
connectionErrorOccurred in interface javax.resource.spi.ConnectionEventListener
localTransactionStarted
public void localTransactionStarted(javax.resource.spi.ConnectionEvent event)
- Specified by:
localTransactionStarted in interface javax.resource.spi.ConnectionEventListener
localTransactionCommitted
public void localTransactionCommitted(javax.resource.spi.ConnectionEvent event)
- The
localTransactionCommitted method
- Specified by:
localTransactionCommitted in interface javax.resource.spi.ConnectionEventListener
- Parameters:
event - a ConnectionEvent value
todo implement this method
localTransactionRolledback
public void localTransactionRolledback(javax.resource.spi.ConnectionEvent event)
- The
localTransactionRolledback method
- Specified by:
localTransactionRolledback in interface javax.resource.spi.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 java.util.Collection<ConnectionInfo> getConnectionInfos()
Copyright © 2003-2011 The Apache Software Foundation. All Rights Reserved.