orc.runtime
Class IsolatedGroup

java.lang.Object
  extended by orc.runtime.Group
      extended by orc.runtime.IsolatedGroup

public class IsolatedGroup
extends Group

A token in an isolated group is protected from forced termination.

Author:
quark

Field Summary
 
Fields inherited from class orc.runtime.Group
alive
 
Constructor Summary
IsolatedGroup(Group parent)
           
 
Method Summary
 Group getParent()
           
 
Methods inherited from class orc.runtime.Group
add, isAlive, kill, onKill, remove
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IsolatedGroup

public IsolatedGroup(Group parent)
Method Detail

getParent

public Group getParent()