org.smallmind.quorum.pool.connection
Class ConnectionWorker<C>

java.lang.Object
  extended by org.smallmind.quorum.pool.connection.ConnectionWorker<C>
All Implemented Interfaces:
Runnable

public class ConnectionWorker<C>
extends Object
implements Runnable


Constructor Summary
ConnectionWorker(ConnectionPool<C> connectionPool)
           
 
Method Summary
 boolean abort()
           
 ConnectionInstance<C> getConnectionInstance()
           
 void run()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConnectionWorker

public ConnectionWorker(ConnectionPool<C> connectionPool)
Method Detail

getConnectionInstance

public ConnectionInstance<C> getConnectionInstance()

abort

public boolean abort()
              throws Exception
Throws:
Exception

run

public void run()
Specified by:
run in interface Runnable


Copyright © 2012. All Rights Reserved.