- REGISTRY_PORT - Static variable in interface provided.rmiUtils.IRMI_Defs
-
Port used for Registry.
- RMIUtils - Class in provided.rmiUtils
-
Utilities to make it easier to get a hold of the Registry
- RMIUtils(IVoidLambda<String>) - Constructor for class provided.rmiUtils.RMIUtils
-
Constructor for the class.
- RMIUtils(IVoidLambda<String>, boolean) - Constructor for class provided.rmiUtils.RMIUtils
-
Auxiliary constructor used to set the getLocalAddress() method to return non-private addresses,
e.g.
- run() - Method in class provided.rmiUtils.classServer.ClassServer
-
The "listen" thread that accepts a connection to the
server, parses the header to obtain the class file name
and sends back the bytecodes for the class (or error
if the class is not found or the response was malformed).