frysk.testbed
Class ForkFactory

java.lang.Object
  extended by frysk.testbed.ForkFactory

public class ForkFactory
extends Object

Create a copy of this process running as a daemon.


Constructor Summary
ForkFactory()
           
 
Method Summary
static ProcessIdentifier attachedDaemon()
           
static ProcessIdentifier detachedDaemon()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ForkFactory

public ForkFactory()
Method Detail

detachedDaemon

public static ProcessIdentifier detachedDaemon()

attachedDaemon

public static ProcessIdentifier attachedDaemon()