frysk.sys
Class ProcessIdentifierDecorator

java.lang.Object
  extended by frysk.sys.ProcessIdentifier
      extended by frysk.sys.ProcessIdentifierDecorator
All Implemented Interfaces:
Comparable

public class ProcessIdentifierDecorator
extends ProcessIdentifier

Identifies a process.


Field Summary
private  ProcessIdentifier pid
           
 
Constructor Summary
ProcessIdentifierDecorator(ProcessIdentifier pid)
           
 
Method Summary
 int intValue()
           
 
Methods inherited from class frysk.sys.ProcessIdentifier
blockingDrain, blockingWait, compareTo, equals, hashCode, kill, tkill, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

pid

private final ProcessIdentifier pid
Constructor Detail

ProcessIdentifierDecorator

ProcessIdentifierDecorator(ProcessIdentifier pid)
Method Detail

intValue

public int intValue()
Specified by:
intValue in class ProcessIdentifier