全パッケージ  クラス階層  このパッケージ  前項目  次項目  インデックス
クラス 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
   
  -   getName() getName()
-  スレッドグループの名前を返す。
  
-   listThreads(boolean) listThreads(boolean)
-  スレッドグループのスレッドをリストする。
  
-   stop() stop()
-  リモートスレッドグループを停止する。
   
 getName
getName
  public String getName() throws Exception
  -  スレッドグループの名前を返す。
   
- 
    -  例外: Exception
    
- 一般的例外が発生した場合。
  
 
 stop
stop
  public void stop() throws Exception
  -  リモートスレッドグループを停止します。
   
- 
    -  例外: Exception
    
- 一般的例外が発生した場合。
  
 
 listThreads
listThreads
  public RemoteThread[] listThreads(boolean recurse) throws Exception
  - スレッドグループのスレッドをリストします。
   
- 
    -  例外: Exception
    
- 一般的例外が発生した場合。
  
 
全パッケージ  クラス階層  このパッケージ  前項目  次項目  インデックス