@MXBean public interface IControllable
Must remain compatible with IStartable.
| 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 be blocking!
cz.cuni.amis.utils.exception.PogamutExceptionvoid stop()
May be blocking!
void kill()
This method should interrupt any threads the object may have.
May be blocking!
Copyright © 2019 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All rights reserved.