org.smallmind.quorum.juggler
Class AbstractJugglingPin<R>

java.lang.Object
  extended by org.smallmind.quorum.juggler.AbstractJugglingPin<R>
All Implemented Interfaces:
JugglingPin<R>

public abstract class AbstractJugglingPin<R>
extends Object
implements JugglingPin<R>


Constructor Summary
AbstractJugglingPin()
           
 
Method Summary
 void close()
           
 void start()
           
 void stop()
           
 
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.juggler.JugglingPin
obtain, recover
 

Constructor Detail

AbstractJugglingPin

public AbstractJugglingPin()
Method Detail

start

public void start()
Specified by:
start in interface JugglingPin<R>

stop

public void stop()
Specified by:
stop in interface JugglingPin<R>

close

public void close()
Specified by:
close in interface JugglingPin<R>


Copyright © 2012. All Rights Reserved.