All Implemented Interfaces:
Connector
All Known Implementing Classes:
SAPIDAttachingConnector, SocketAttachingConnector, SADebugServerAttachingConnector, GenericAttachingConnector, SACoreAttachingConnector, SharedMemoryAttachingConnector, ProcessAttachingConnector
Gordon
- Hirsch1.3
- Method from com.sun.jdi.connect.AttachingConnector Summary: |
---|
attach |
Method from com.sun.jdi.connect.AttachingConnector Detail: |
---|
The connector uses the given argument map in attaching the application. These arguments will include addressing information that identifies the VM. 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. |