orc.runtime.transaction
Class ReadyRegion

java.lang.Object
  extended by orc.runtime.regions.Region
      extended by orc.runtime.transaction.ReadyRegion

public class ReadyRegion
extends Region


Constructor Summary
ReadyRegion(Region parent, Transaction trans)
           
 
Method Summary
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, deactivate, 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

ReadyRegion

public ReadyRegion(Region parent,
                   Transaction trans)
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