org.lightwolf.process
Class OldProcess

java.lang.Object
  extended by org.lightwolf.process.OldProcess

public class OldProcess
extends Object


Constructor Summary
OldProcess()
           
 
Method Summary
protected  void enter()
           
protected  void exit()
           
protected  void fork()
           
protected  boolean isThreadOwner()
           
protected  void join()
           
protected  boolean onPath()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OldProcess

public OldProcess()
Method Detail

enter

protected void enter()

exit

protected void exit()

isThreadOwner

protected boolean isThreadOwner()

fork

protected void fork()

join

protected void join()

onPath

protected boolean onPath()