Packages  This Package  Previous  Next  Index
  Class sun.tools.debug.RemoteThreadGroup
java.lang.Object
   |
   +----sun.tools.debug.RemoteValue
           |
           +----sun.tools.debug.RemoteObject
                   |
                   +----sun.tools.debug.RemoteThreadGroup
  -  public class RemoteThreadGroup
  
-  extends RemoteObject
  
The RemoteThreadGroup class allows access to a threadgroup in a
remote Java interpreter.
    -  See Also:
    
 -  RemoteDebugger, RemoteThreadGroup
 
  
  -  
	getName()
   -  Return the threadgroup's name.
  
 -  
	listThreads(boolean)
   -  List a threadgroup's threads
  
 -  
	stop()
   -  Stop the remote threadgroup.
 
  
getName
  public String getName() throws Exception
  -  Return the threadgroup's name.
 
stop
  public void stop() throws Exception
  -  Stop the remote threadgroup.
 
listThreads
  public RemoteThread[] listThreads(boolean recurse) throws Exception
  -  List a threadgroup's threads
 
Packages  This Package  Previous  Next  Index