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.


Field Summary
private static Log fine
           
 
Constructor Summary
ForkFactory()
           
 
Method Summary
static ProcessIdentifier attachedDaemon()
           
static ProcessIdentifier detachedDaemon()
           
private static int fork(int timeout)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

fine

private static final Log fine
Constructor Detail

ForkFactory

public ForkFactory()
Method Detail

detachedDaemon

public static ProcessIdentifier detachedDaemon()

fork

private static int fork(int timeout)

attachedDaemon

public static ProcessIdentifier attachedDaemon()