org.smallmind.quorum.pool.connection.remote
Interface RemoteConnectionPoolSurface

All Superinterfaces:
ConnectionPoolSurface
All Known Implementing Classes:
RemoteConnectionPoolSurfaceImpl

public interface RemoteConnectionPoolSurface
extends ConnectionPoolSurface


Method Summary
 void addConnectionPoolEventListener(ConnectionPoolEventListener listener)
           
 void removeConnectionPoolEventListener(ConnectionPoolEventListener listener)
           
 
Methods inherited from interface org.smallmind.quorum.pool.connection.ConnectionPoolSurface
getAcquireWaitTimeMillis, getConnectionTimeoutMillis, getFreeSize, getInitialPoolSize, getMaxIdleTimeSeconds, getMaxLeaseTimeSeconds, getMaxPoolSize, getMinPoolSize, getPoolName, getPoolSize, getProcessingSize, getUnreturnedConnectionTimeoutSeconds, isExistentiallyAware, isReportLeaseTimeNanos, isTestOnAcquire, isTestOnConnect, setAcquireWaitTimeMillis, setConnectionTimeoutMillis, setExistentiallyAware, setMaxIdleTimeSeconds, setMaxLeaseTimeSeconds, setMaxPoolSize, setMinPoolSize, setReportLeaseTimeNanos, setTestOnAcquire, setTestOnConnect, setUnreturnedConnectionTimeoutSeconds, shutdown, startup
 

Method Detail

addConnectionPoolEventListener

void addConnectionPoolEventListener(ConnectionPoolEventListener listener)

removeConnectionPoolEventListener

void removeConnectionPoolEventListener(ConnectionPoolEventListener listener)


Copyright © 2011. All Rights Reserved.