rmiUtils
Interface IRMI_Defs


public interface IRMI_Defs

Definitions for use in RMI programs


Field Summary
static int CLASS_SERVER_PORT_A
           
static int CLASS_SERVER_PORT_B
           
static int REGISTRY_PORT
          Port used for Registry.
 

Field Detail

REGISTRY_PORT

static final int REGISTRY_PORT
Port used for Registry. Port 1099 is standard port. Non-standard port for RMI Registry required if used with DrJava Note that this port must be opened of inbound traffic on the server machine

See Also:
Constant Field Values

CLASS_SERVER_PORT_A

static final int CLASS_SERVER_PORT_A
See Also:
Constant Field Values

CLASS_SERVER_PORT_B

static final int CLASS_SERVER_PORT_B
See Also:
Constant Field Values