站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > Java 2 SDK v1.4.2, Java 2 SDK 英文文档

Transport (Java Debug Interface) - Java 2 SDK v1.4.2, Java 2 SDK 英文文档

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