orc.runtime.regions
Class Execution

java.lang.Object
  extended by orc.runtime.regions.Region
      extended by orc.runtime.regions.Execution

public final class Execution
extends Region

This class does nothing except serve as a root for the execution.

Author:
quark

Constructor Summary
Execution(OrcEngine engine)
           
 
Method Summary
protected  void deactivate()
          Called when this region becomes quiescent.
protected  void onClose()
          Override this in subclasses to handle the closing of the region.
 
Methods inherited from class orc.runtime.regions.Region
activate, add, add, addActive, close, maybeDeactivate, putContainedTokens, remove, remove, removeActive
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Execution

public Execution(OrcEngine engine)
Method Detail

onClose

protected void onClose()
Description copied from class: Region
Override this in subclasses to handle the closing of the region.

Overrides:
onClose in class Region

deactivate

protected void deactivate()
Description copied from class: Region
Called when this region becomes quiescent.

Overrides:
deactivate in class Region