Java Debug Interface

com.sun.jdi.connect
Interface Transport


public interface Transport

A method of communication between a debugger and a target VM.

Since:
1.3

Method Summary
 String name()
          Returns a short identifier for the transport.
 

Method Detail

name

public String name()
Returns a short identifier for the transport.

Returns:
the name of this transport.

Java Debug Interface