edu.nmu.system
Class SystemThreadGroupLocal

java.lang.Object
  |
  +--edu.nmu.system.SystemThreadGroupLocal

public class SystemThreadGroupLocal
extends java.lang.Object

Since:
jdk1.4
Version:
0.1, Jan 28, 2003 5:25:25 PM
Author:
Matt Murphy

Constructor Summary
SystemThreadGroupLocal()
           
SystemThreadGroupLocal(java.lang.Object val)
           
 
Method Summary
 java.lang.Object get()
           
 java.lang.Object get(boolean recursive)
           
 java.lang.Object get(SystemThreadGroup cstg, boolean r)
           
 void set(java.lang.Object o)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SystemThreadGroupLocal

public SystemThreadGroupLocal()

SystemThreadGroupLocal

public SystemThreadGroupLocal(java.lang.Object val)
Method Detail

get

public java.lang.Object get()

get

public java.lang.Object get(boolean recursive)

get

public java.lang.Object get(SystemThreadGroup cstg,
                            boolean r)

set

public void set(java.lang.Object o)