All Implemented Interfaces:
Connector
All Known Implementing Classes:
SharedMemoryListeningConnector, SocketListeningConnector, GenericListeningConnector
Gordon
- Hirsch1.3
- Method from com.sun.jdi.connect.ListeningConnector Summary: |
---|
accept, startListening, stopListening, supportsMultipleConnections |
Method from com.sun.jdi.connect.ListeningConnector Detail: |
---|
|
The argument map associates argument name strings to instances of Connector.Argument . The default argument map for a connector can be obtained through Connector#defaultArguments . Argument map values can be changed, but map entries should not be added or deleted. This method does not return a VirtualMachine , and, normally, returns before any target VM initiates a connection. The connected target is obtained through #accept (using the same argument map as is passed to this method).
If |
|
|