|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
@MXBean public interface IControllable
Interface providing a control methods for the implementors. Used almost everywhere in the Gavial libray.
Method Summary | |
---|---|
void |
kill()
Kills the object - interrupt ruthlessly any work it might be doing. |
void |
start()
Starts the object. |
void |
stop()
Tries to stop the work of this object carefully. |
Method Detail |
---|
void start() throws cz.cuni.amis.utils.exception.PogamutException
May block.
cz.cuni.amis.utils.exception.PogamutException
void stop()
May block.
void kill()
This method should interrupt any threads the object may have.
Must not block!
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |