@MXBean public interface IControllable
Must remain compatible with IStartable.
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 © 2012 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.