public abstract class AbstractJugglingPin<R> extends Object implements JugglingPin<R>
| Constructor and Description |
|---|
AbstractJugglingPin() |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
void |
close(Method method,
Object... args) |
void |
start() |
void |
start(Method method,
Object... args) |
void |
stop() |
void |
stop(Method method,
Object... args) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitdescribe, obtain, recoverpublic final void start()
throws JugglerResourceException
JugglerResourceExceptionpublic void start(Method method, Object... args) throws JugglerResourceException
start in interface JugglingPin<R>JugglerResourceExceptionpublic final void stop()
throws JugglerResourceException
JugglerResourceExceptionpublic void stop(Method method, Object... args) throws JugglerResourceException
stop in interface JugglingPin<R>JugglerResourceExceptionpublic final void close()
throws JugglerResourceException
JugglerResourceExceptionpublic void close(Method method, Object... args) throws JugglerResourceException
close in interface JugglingPin<R>JugglerResourceExceptionCopyright © 2016. All rights reserved.