frysk.bindir
Class fhpd

java.lang.Object
  extended by frysk.bindir.fhpd

public class fhpd
extends Object


Nested Class Summary
(package private) static class fhpd.CommandLine
           
(package private) static class fhpd.FhpdCompletor
           
(package private) static class fhpd.TerminalObserver
           
 
Field Summary
private static Proc command
           
private static Proc[] cores
           
private static int exitStatus
           
private static String[] params
           
private static Proc[] pids
           
 
Constructor Summary
fhpd()
           
 
Method Summary
static void main(String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

pids

private static Proc[] pids

command

private static Proc command

cores

private static Proc[] cores

exitStatus

private static int exitStatus

params

private static String[] params
Constructor Detail

fhpd

public fhpd()
Method Detail

main

public static void main(String[] args)