frysk.util
Class Util

java.lang.Object
  extended by frysk.util.Util

public class Util
extends Object


Constructor Summary
private Util()
           
 
Method Summary
static Proc getProcFromPid(int pid)
          Return a Proc associated with the given pid.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Util

private Util()
Method Detail

getProcFromPid

public static Proc getProcFromPid(int pid)
                           throws OptionException
Return a Proc associated with the given pid.

Parameters:
procId - The given pid.
Returns:
A Proc for the given pid.
Throws:
OptionException