|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object orc.runtime.regions.Region orc.runtime.regions.Execution
public final class Execution
This class does nothing except serve as a root for the execution.
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 |
---|
public Execution(OrcEngine engine)
Method Detail |
---|
protected void onClose()
Region
onClose
in class Region
protected void deactivate()
Region
deactivate
in class Region
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |