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
-
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.
- Throws: Exception
- if a general exception occurs.
stop
public void stop() throws Exception
- Stop the remote threadgroup.
- Throws: Exception
- if a general exception occurs.
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