Searched refs:transportService (Results 1 – 5 of 5) sorted by relevance
41 TransportService transportService; field in RawCommandLineLauncher44 public TransportService transportService() { in transportService() method in RawCommandLineLauncher45 return transportService; in transportService()57 transportService = (TransportService)c.newInstance(); in RawCommandLineLauncher()69 if (transportService == null) { in RawCommandLineLauncher()70 transportService = new SocketTransportService(); in RawCommandLineLauncher()115 TransportService.ListenKey listener = transportService.startListening(address); in launch()119 address, listener, transportService); in launch()121 transportService.stopListening(listener); in launch()
47 TransportService transportService; field in SunCommandLineLauncher51 TransportService transportService() { in transportService() method in SunCommandLineLauncher52 return transportService; in transportService()68 transportService = (TransportService)c.newInstance(); in SunCommandLineLauncher()80 if (transportService == null) { in SunCommandLineLauncher()81 transportService = new SocketTransportService(); in SunCommandLineLauncher()184 listenKey = transportService().startListening(address); in launch()193 listenKey = transportService().startListening(); in launch()224 transportService()); in launch()226 transportService().stopListening(listenKey); in launch()
49 TransportService transportService; field in GenericListeningConnector60 transportService = ts; in GenericListeningConnector()63 return transportService.name(); in GenericListeningConnector()113 listener = transportService.startListening(address); in startListening()134 transportService.stopListening(listener); in stopListening()151 connection = transportService.accept(listener, timeout, 0); in accept()161 connection = transportService.accept(listener, timeout, 0); in accept()168 return transportService.capabilities().supportsMultipleConnections(); in supportsMultipleConnections()176 return transportService.description(); in description()
50 TransportService transportService; field in GenericAttachingConnector61 transportService = ts; in GenericAttachingConnector()65 return transportService.name(); in GenericAttachingConnector()116 Connection connection = transportService.attach(address, timeout, 0); in attach()138 return transportService.description(); in description()
121 TransportService transportService; in VirtualMachineManagerImpl() local124 transportService = transportServices.next(); in VirtualMachineManagerImpl()135 addConnector(GenericAttachingConnector.create(transportService)); in VirtualMachineManagerImpl()136 addConnector(GenericListeningConnector.create(transportService)); in VirtualMachineManagerImpl()