Searched refs:listenKey (Results 1 - 3 of 3) 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 DSunCommandLineLauncher.java176 TransportService.ListenKey listenKey;
184 listenKey = transportService().startListening(address);
193 listenKey = transportService().startListening();
195 String address = listenKey.address();
235 vm = launch(tokenizeCommand(command, quote.charAt(0)), address, listenKey,
238 transportService().stopListening(listenKey);
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 32 milliseconds