Top Fields Constructors Methods
sun.jvm.hotspot

public Class RMIHelper

extends Object
Class Inheritance
Imports
java.io.*, java.net.*, java.rmi.*, java.rmi.registry.*, java.util.regex.*, sun.jvm.hotspot.debugger.DebuggerException

Field Summary

Modifier and TypeField and Description
private static final Pattern
private static final String
private static int
private static final boolean

Constructor Summary

AccessConstructor and Description
public

Method Summary

Modifier and TypeMethod and Description
private static String
getName(String serverID, String serverName)

public static Remote
lookup(String connectionString)

public static void
rebind(String serverID, String serverName, Remote object)

public static void
unbind(String serverID, String serverName)

Inherited from java.lang.Object:
cloneequalsfinalizegetClasshashCodenotifynotifyAlltoStringwaitwaitwait

Field Detail

CONNECT_PATTERNback to summary
private static final Pattern CONNECT_PATTERN
DEFAULT_RMI_OBJECT_NAMEback to summary
private static final String DEFAULT_RMI_OBJECT_NAME
portback to summary
private static int port
startRegistryback to summary
private static final boolean startRegistry

Constructor Detail

RMIHelperback to summary
public RMIHelper()

Method Detail

getNameback to summary
private static String getName(String serverID, String serverName)
lookupback to summary
public static Remote lookup(String connectionString) throws DebuggerException
rebindback to summary
public static void rebind(String serverID, String serverName, Remote object) throws DebuggerException
unbindback to summary
public static void unbind(String serverID, String serverName) throws DebuggerException