- caseAt(I, T, P...) - Method in class provided.extvisitor.AExtVisitor
-
Concrete implementation of the parameterized case method that takes
the index value, retrieves an associated IExtVisitor command and
executes the command with the given host and input parameters.
- caseAt(I, T, P...) - Method in interface provided.extvisitor.IExtVisitor
-
The parameterized case of the visitor.
- 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_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 - 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.
- cmds - Variable in class provided.extvisitor.AExtVisitor
-
The dictionary used to store the commands
- 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).