@MXBean public interface IControllable
| Modifier and Type | Method and Description |
|---|---|
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.
|
void start()
throws cz.cuni.amis.utils.exception.PogamutException
May block.
cz.cuni.amis.utils.exception.PogamutExceptionvoid stop()
May block.
void kill()
This method should interrupt any threads the object may have.
Must not block!
Copyright © 2019 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All rights reserved.