Searched defs:listenKey (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/src/share/classes/com/sun/jdi/connect/spi/
H A DTransportService.java292 * @param listenKey
302 public abstract void stopListening(ListenKey listenKey) throws IOException; argument
321 * @param listenKey
374 public abstract Connection accept(ListenKey listenKey, long acceptTimeout, argument
/openjdk7/jdk/src/share/classes/com/sun/tools/jdi/
H A DAbstractLauncher.java128 TransportService.ListenKey listenKey,
131 Helper helper = new Helper(commandArray, address, listenKey, ts);
150 private TransportService.ListenKey listenKey; field in class:AbstractLauncher.Helper
158 Helper(String[] commandArray, String address, TransportService.ListenKey listenKey, argument
162 this.listenKey = listenKey;
255 Connection connection = ts.accept(listenKey, 0, 0);
127 launch(String[] commandArray, String address, TransportService.ListenKey listenKey, TransportService ts) argument

Completed in 43 milliseconds