Package org.smallmind.quorum.juggler
Class AbstractJugglingPin<R>
- java.lang.Object
-
- org.smallmind.quorum.juggler.AbstractJugglingPin<R>
-
- All Implemented Interfaces:
JugglingPin<R>
public abstract class AbstractJugglingPin<R> extends Object implements JugglingPin<R>
-
-
Constructor Summary
Constructors Constructor Description AbstractJugglingPin()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclose()voidclose(Method method, Object... args)voidstart()voidstart(Method method, Object... args)voidstop()voidstop(Method method, Object... args)-
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
describe, obtain, recover
-
-
-
-
Method Detail
-
start
public final void start()
-
start
public void start(Method method, Object... args)
- Specified by:
startin interfaceJugglingPin<R>
-
stop
public final void stop()
-
stop
public void stop(Method method, Object... args)
- Specified by:
stopin interfaceJugglingPin<R>
-
close
public final void close()
-
close
public void close(Method method, Object... args)
- Specified by:
closein interfaceJugglingPin<R>
-
-