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.

Throws: Exception
if a general exception occurs.
 o stop
 public void stop() throws Exception
Stop the remote threadgroup.

Throws: Exception
if a general exception occurs.
 o listThreads
 public RemoteThread[] listThreads(boolean recurse) throws Exception
List a threadgroup's threads.

Throws: Exception
if a general exception occurs.

All Packages  Class Hierarchy  This Package  Previous  Next  Index

Submit a bug or feature