站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBoss 4.0.1 sp1 connector API Documentation 英文版文档

ConnectionCacheListener (JBoss Connector API) - JBoss 4.0.1 sp1 connector API Documentation 英文版文档


org.jboss.resource.connectionmanager
Interface ConnectionCacheListener

All Known Implementing Classes:
BaseConnectionManager2

public interface ConnectionCacheListener

ConnectionCacheListener.java Created: Sat Jan 5 19:47:35 2002

Version:
Author:
David Jencks, Erwin Guib

Method Summary
 void disconnect(Collection conns, Set unsharableResources)
           
 void reconnect(Collection conns, Set unsharableResources)
           
 void transactionStarted(Collection conns)
           
 

Method Detail

transactionStarted

public void transactionStarted(Collection conns)
                        throws SystemException
Throws:
SystemException

reconnect

public void reconnect(Collection conns,
                      Set unsharableResources)
               throws javax.resource.ResourceException
Throws:
javax.resource.ResourceException

disconnect

public void disconnect(Collection conns,
                       Set unsharableResources)
                throws javax.resource.ResourceException
Throws:
javax.resource.ResourceException


Copyright © 2002 JBoss Group, LLC. All Rights Reserved.