Java Debug Interface

com.sun.jdi.connect.spi
クラス TransportService.ListenKey

java.lang.Object
  上位を拡張 com.sun.jdi.connect.spi.TransportService.ListenKey
含まれているクラス:
TransportService

public abstract static class TransportService.ListenKey
extends Object

待機キー。

TransportService は、複数の異なるアドレスを同時に待機できます。各 listener を一意に識別するために、startListening が呼び出されるたびに待機キーが作成されます。待機キーは、listener への着信接続を受け入れるために accept メソッドの呼び出しで使用されます。待機キーは、stopListening への引数として使用され、アドレス上でのトランスポートサービスの待機が停止するまで有効です。


コンストラクタの概要
TransportService.ListenKey()
           
 
メソッドの概要
abstract  String address()
          待機キーの文字列表現を返します。
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

TransportService.ListenKey

public TransportService.ListenKey()
メソッドの詳細

address

public abstract String address()
待機キーの文字列表現を返します。


Java Debug Interface