org.smallmind.quorum.pool.connection
Class AbstractConnectionInstanceFactory<R,C>

java.lang.Object
  extended by org.smallmind.quorum.pool.connection.AbstractConnectionInstanceFactory<R,C>
All Implemented Interfaces:
ConnectionInstanceFactory<R,C>

public abstract class AbstractConnectionInstanceFactory<R,C>
extends Object
implements ConnectionInstanceFactory<R,C>


Constructor Summary
AbstractConnectionInstanceFactory()
           
 
Method Summary
 void deconstruct()
           
 void initialize()
           
 void shutdown()
           
 void startup()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.smallmind.quorum.pool.connection.ConnectionInstanceFactory
createInstance, rawInstance
 

Constructor Detail

AbstractConnectionInstanceFactory

public AbstractConnectionInstanceFactory()
Method Detail

initialize

public void initialize()
Specified by:
initialize in interface ConnectionInstanceFactory<R,C>

startup

public void startup()
Specified by:
startup in interface ConnectionInstanceFactory<R,C>

shutdown

public void shutdown()
Specified by:
shutdown in interface ConnectionInstanceFactory<R,C>

deconstruct

public void deconstruct()
Specified by:
deconstruct in interface ConnectionInstanceFactory<R,C>


Copyright © 2012. All Rights Reserved.