org.smallmind.quorum.pool.connection.remote
Class RemoteConnectionPoolEventListener

java.lang.Object
  extended by org.smallmind.quorum.pool.connection.remote.RemoteConnectionPoolEventListener
All Implemented Interfaces:
EventListener, ConnectionPoolEventListener, RemoteEndpoint

public class RemoteConnectionPoolEventListener
extends Object
implements ConnectionPoolEventListener, RemoteEndpoint


Constructor Summary
RemoteConnectionPoolEventListener(ConnectionPoolEventListener targetListener)
           
 
Method Summary
 Class[] getProxyInterfaces()
           
 void reportConnectionErrorOccurred(ErrorReportingConnectionPoolEvent event)
           
 void reportConnectionLeaseTime(LeaseTimeReportingConnectionPoolEvent event)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RemoteConnectionPoolEventListener

public RemoteConnectionPoolEventListener(ConnectionPoolEventListener targetListener)
Method Detail

getProxyInterfaces

public Class[] getProxyInterfaces()
Specified by:
getProxyInterfaces in interface RemoteEndpoint

reportConnectionErrorOccurred

public void reportConnectionErrorOccurred(ErrorReportingConnectionPoolEvent event)
Specified by:
reportConnectionErrorOccurred in interface ConnectionPoolEventListener

reportConnectionLeaseTime

public void reportConnectionLeaseTime(LeaseTimeReportingConnectionPoolEvent event)
Specified by:
reportConnectionLeaseTime in interface ConnectionPoolEventListener


Copyright © 2011. All Rights Reserved.