全パッケージ  クラス階層  このパッケージ  前項目  次項目  インデックス

クラス sun.tools.debug.RemoteThreadGroup

java.lang.Object
   |
   +----sun.tools.debug.RemoteValue
           |
           +----sun.tools.debug.RemoteObject
                   |
                   +----sun.tools.debug.RemoteThreadGroup

public class RemoteThreadGroup
extends RemoteObject
RemoteThreadGroupクラスは、リモートJavaインタープリタのスレッドグループへのアクセスを可能にします。

参照:
RemoteDebugger, RemoteThreadGroup

Method Index

 o getName()
スレッドグループの名前を返す。
 o listThreads(boolean)
スレッドグループのスレッドをリストする。
 o stop()
リモートスレッドグループを停止する。

Methods

 o getName
  public String getName() throws Exception
スレッドグループの名前を返す。

例外: Exception
一般的例外が発生した場合。
 o stop
  public void stop() throws Exception
リモートスレッドグループを停止します。

例外: Exception
一般的例外が発生した場合。
 o listThreads
  public RemoteThread[] listThreads(boolean recurse) throws Exception
スレッドグループのスレッドをリストします。

例外: Exception
一般的例外が発生した場合。

全パッケージ  クラス階層  このパッケージ  前項目  次項目  インデックス