- CLASS_SERVER_PORT_CLIENT - Static variable in interface provided.rmiUtils.IRMI_Defs
-
Port used by the class server on the Client side.
- CLASS_SERVER_PORT_EXTRA - Static variable in interface provided.rmiUtils.IRMI_Defs
-
Extra port for use by class servers.
- CLASS_SERVER_PORT_SERVER - Static variable in interface provided.rmiUtils.IRMI_Defs
-
Port used by the class server on the Server side.
- ClassFileServer - Class in provided.rmiUtils.classServer
-
The ClassFileServer implements a ClassServer that
reads class files from the file system.
- ClassFileServer(int, String) - Constructor for class provided.rmiUtils.classServer.ClassFileServer
-
Constructs a ClassFileServer.
- ClassFileServer(int, String, Consumer<String>, Consumer<String>) - Constructor for class provided.rmiUtils.classServer.ClassFileServer
-
Constructs a ClassFileServer.
- classFileServer - Variable in class provided.rmiUtils.RMIUtils
-
A class file server to enable remote dynamic class loading of the
ICompute object.
- classpath - Variable in class provided.rmiUtils.classServer.ClassFileServer
-
path to the default package.
- ClassServer - Class in provided.rmiUtils.classServer
-
ClassServer is an abstract class that provides the
basic functionality of a mini-webserver, specialized
to load class files only.
- ClassServer(int) - Constructor for class provided.rmiUtils.classServer.ClassServer
-
Constructs a ClassServer that listens on port and
obtains a class's bytecodes using the method getBytes.
- ClassServer(int, Consumer<String>, Consumer<String>) - Constructor for class provided.rmiUtils.classServer.ClassServer
-
Constructs a ClassServer that listens on port and
obtains a class's bytecodes using the method getBytes.
- computePi(int) - Method in class provided.client.model.task.Pi2
-
Compute the value of pi to the specified number of
digits after the decimal point.
- configRMIProperties(int) - Method in class provided.rmiUtils.RMIUtils
-
Sets the java.rmi.server.hostname and java.rmi.server.codebase
system properties which control the automatic remote dynamic
class loading.
- configSecurityManager() - Method in class provided.rmiUtils.RMIUtils
-
Sets the java.security.policy system property to point at the location
of the security policy file, which is assumed to be at
"provided\rmiUtils\server.policy" (file separators adjusted to
match operating system).
- connectTo(String) - Method in interface provided.client.model.IClientModel
-
Connects to the given remote host's Registry and retrieves the stub to the ICompute object bound
to the ICompute.BOUND_NAME name in the remote Registry on port
IRMI_Defs.REGISTRY_PORT.