edu.nmu.os.shell.bin
Class ps

java.lang.Object
  |
  +--edu.nmu.os.shell.bin.ps

public class ps
extends java.lang.Object

Since:
jdk1.4
Version:
0.1, Apr 28, 2003 9:31:21 AM
Author:
Matt Murphy

Constructor Summary
ps()
           
 
Method Summary
static SystemThreadGroup getSystemThreadGroup(long id)
           
static java.lang.Thread getThread(long id)
           
static java.lang.ThreadGroup getThreadGroup(long id)
           
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ps

public ps()
Method Detail

main

public static void main(java.lang.String[] args)

getSystemThreadGroup

public static SystemThreadGroup getSystemThreadGroup(long id)

getThreadGroup

public static java.lang.ThreadGroup getThreadGroup(long id)

getThread

public static java.lang.Thread getThread(long id)