|
|||||||||
| 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.
Must remain compatible with IStartable.
| 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 PogamutException
May be blocking!
PogamutExceptionvoid stop()
May be blocking!
void kill()
This method should interrupt any threads the object may have.
May be blocking!
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||