Java Debug Interface

クラス
com.sun.jdi.connect.spi.TransportService.ListenKey の使用

TransportService.ListenKey を使用しているパッケージ
com.sun.jdi.connect.spi このパッケージは、新しい TransportService の実装を開発するために使用されるインタフェースおよびクラスで構成されています。 
 

com.sun.jdi.connect.spi での TransportService.ListenKey の使用
 

TransportService.ListenKey を返す com.sun.jdi.connect.spi のメソッド
abstract  TransportService.ListenKey TransportService.startListening()
          トランスポートサービスにより選択されたアドレス上で待機します。
abstract  TransportService.ListenKey TransportService.startListening(String address)
          指定されたアドレス上で着信接続を待機します。
 

TransportService.ListenKey 型のパラメータを持つ com.sun.jdi.connect.spi のメソッド
abstract  Connection TransportService.accept(TransportService.ListenKey listenKey, long acceptTimeout, long handshakeTimeout)
          ターゲット VM からの接続を受け入れます。
abstract  void TransportService.stopListening(TransportService.ListenKey listenKey)
          着信接続の待機を停止します。
 


Java Debug Interface