frysk.sys
Class Pid

java.lang.Object
  extended by frysk.sys.Pid

public final class Pid
extends Object

Get process information.


Constructor Summary
Pid()
           
 
Method Summary
static ProcessIdentifier get()
          Returns the process ID of this process.
static ProcessIdentifier getParent()
          Returns the process ID of the parent to this process.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Pid

public Pid()
Method Detail

get

public static ProcessIdentifier get()
Returns the process ID of this process.


getParent

public static ProcessIdentifier getParent()
Returns the process ID of the parent to this process.