org.jboss.jca.core.connectionmanager.pool.idle
Interface IdleConnectionRemovalSupport

All Known Subinterfaces:
ManagedConnectionPool
All Known Implementing Classes:
ArrayBlockingQueueManagedConnectionPool, SemaphoreArrayListManagedConnectionPool

public interface IdleConnectionRemovalSupport

A IdleConnectionRemovalSupport specified contract for a pool that is able to remove an idle connection.

Version:
$Revision$
Author:
gurkanerdogdu, Weston Price

Method Summary
 void removeIdleConnections()
          Pool removes idle connections.
 

Method Detail

removeIdleConnections

void removeIdleConnections()
Pool removes idle connections.



Copyright © 2008 Red Hat Middleware LLC (http://www.jboss.com/)