Modifier and Type | Interface and Description |
---|---|
public interface | RemoteDebugger
This interface describes the methods which are used in a remote debugging scenario. |
public interface | RemoteThreadFactory
An interface used only internally by the RemoteDebuggerClient to be able to create platform-specific Thread objects |
Modifier and Type | Class and Description |
---|---|
pack-priv class | |
public class | RemoteDebuggerClient
An implementation of Debugger which wraps a RemoteDebugger, providing remote debugging via RMI. |
public class | RemoteDebuggerServer
The implementation of the RemoteDebugger interface. |
pack-priv class | |
public abstract class |