FileDocCategorySizeDatePackage
ConnectionCacheListener.javaAPI DocJBoss 4.2.12328Fri Jul 13 21:01:20 BST 2007org.jboss.resource.connectionmanager

ConnectionCacheListener

public interface ConnectionCacheListener
ConnectionCacheListener
author
David Jencks
author
Erwin Guib
author
Adrian Brock
version
$Revision: 57189 $

Fields Summary
Constructors Summary
Methods Summary
public voiddisconnect(java.util.Collection conns, java.util.Set unsharableResources)
Notification to disconnect connections

param
conns the connections
param
unsharableResources the unshareable resources
throws
ResourceException for any error

public voidreconnect(java.util.Collection conns, java.util.Set unsharableResources)
Notification to reconnect connections

param
conns the connections
param
unsharableResources unshareable resources
throws
ResourceException for any error

public voidtransactionStarted(java.util.Collection conns)
Notification of transaction started

param
conns the connections
throws
SystemException for any error