Class sun.tools.debug.RemoteThreadGroup
All Packages  Class Hierarchy  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

Method Index

 o getName()
Return the threadgroup's name.
 o listThreads(boolean)
List a threadgroup's threads
 o stop()
Stop the remote threadgroup.

Methods

 o getName
  public String getName() throws Exception
Return the threadgroup's name.
 o stop
  public void stop() throws Exception
Stop the remote threadgroup.
 o listThreads
  public RemoteThread[] listThreads(boolean recurse) throws Exception
List a threadgroup's threads

All Packages  Class Hierarchy  This Package  Previous  Next  Index