orc.runtime.regions
Class Execution

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

public class Execution
extends Region

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

Author:
quark

Field Summary
 
Fields inherited from class orc.runtime.regions.Region
closed
 
Constructor Summary
Execution()
           
 
Method Summary
protected  void onClose()
           
 
Methods inherited from class orc.runtime.regions.Region
add, add, close, putContainedTokens, remove, remove
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Execution

public Execution()
Method Detail

onClose

protected void onClose()
Specified by:
onClose in class Region