* @see Executable#stopFire
*/
public void pause() {
_pauseRequested = true;
Nameable container = getContainer();
if (!(container instanceof CompositeActor)) {
throw new InternalErrorException(
"Attempted to call pause() on an executing manager "
+ "with no associated CompositeActor model");