
public interface ConnectionCacheListener
extends org.jboss.jca.core.api.connectionmanager.listener.ConnectionCacheListener
| Modifier and Type | Method and Description |
|---|---|
void |
disconnect(Collection<ConnectionRecord> conns,
Set<String> unsharableResources)
Notification to disconnect connections
|
void |
reconnect(Collection<ConnectionRecord> conns,
Set<String> unsharableResources)
Notification to reconnect connections
|
void |
transactionStarted(Collection<ConnectionRecord> conns)
Notification of transaction started
|
void transactionStarted(Collection<ConnectionRecord> conns) throws SystemException
conns - the connectionsSystemException - for any errorvoid reconnect(Collection<ConnectionRecord> conns, Set<String> unsharableResources) throws javax.resource.ResourceException
conns - the connectionsunsharableResources - unshareable resourcesjavax.resource.ResourceException - for any errorvoid disconnect(Collection<ConnectionRecord> conns, Set<String> unsharableResources) throws javax.resource.ResourceException
conns - the connectionsunsharableResources - the unshareable resourcesjavax.resource.ResourceException - for any errorCopyright © 2013 IronJacamar (http://www.ironjacamar.org)