org.jboss.resource.connectionmanager
Interface ConnectionCacheListener
- All Known Implementing Classes:
- BaseConnectionManager2, NoTxConnectionManager, TxConnectionManager
public interface ConnectionCacheListener
ConnectionCacheListener.java
Created: Sat Jan 5 19:47:35 2002
- Version:
- Author:
- David Jencks, Erwin Guib
transactionStarted
void transactionStarted(Collection conns)
throws SystemException
- Throws:
SystemException
reconnect
void reconnect(Collection conns,
Set unsharableResources)
throws javax.resource.ResourceException
- Throws:
javax.resource.ResourceException
disconnect
void disconnect(Collection conns,
Set unsharableResources)
throws javax.resource.ResourceException
- Throws:
javax.resource.ResourceException
Copyright © 2002 JBoss Group, LLC. All Rights Reserved.