Skip navigation links
A B C D E F G I L M N P R S T V 

G

getBytes(String) - Method in class provided.rmiUtils.classServer.ClassFileServer
Returns an array of bytes containing the bytecodes for the class represented by the argument path.
getBytes(String) - Method in class provided.rmiUtils.classServer.ClassServer
Returns an array of bytes containing the bytecodes for the class represented by the argument path.
getFormatter() - Method in class provided.client.model.task.GetInfo
Returns an formatter that creates a string of the form: "GetInfo: System properties = [result] (input = [input])" Notice how the "input" value is not part of the result, but that the formatter can use it anyway because the formatter is closing over the whole task.
getFormatter() - Method in class provided.client.model.task.Pi2
Return a a formatter that makes a string of the form: "Pi = [result] ([digits] places)" Notice how the "digits" value is not part of the result, but that the formatter can use it anyway because the formatter is closing over the whole task.
getFormatter() - Method in class provided.client.model.taskUtils.SingletonTaskFactoryLoader.ErrorTask
 
getFormatter() - Method in interface provided.compute.ITask
Get an instance of the matched ITaskResultFormatter for this task.
GetInfo - Class in provided.client.model.task
Task that gets the server's system properties plus demonstrates that it can carry internal data to a remote system when the entire object is serialized and sent over.
GetInfo(String) - Constructor for class provided.client.model.task.GetInfo
Constructor for the class.
getLocalAddress() - Method in interface provided.rmiUtils.IRMIUtils
This method is designed to reliably return the actual local IP address across multiple platforms, particularly Linux.
getLocalAddress() - Method in class provided.rmiUtils.RMIUtils
This method is designed to reliably return the actual local IP address across multiple platforms, particularly Linux.
getLocalRegistry() - Method in interface provided.rmiUtils.IRMIUtils
Returns the RMI Registry on the local machine on port IRMI_Defs.REGISTRY_PORT, as a server would require.
getLocalRegistry() - Method in class provided.rmiUtils.RMIUtils
Returns the Registry on the local machine on port IRMI_Defs.REGISTRY_PORT, as a server would require.
getPath(BufferedReader) - Static method in class provided.rmiUtils.classServer.ClassServer
Returns the path to the class file obtained from parsing the HTML header.
getRemoteRegistry(String) - Method in interface provided.rmiUtils.IRMIUtils
Returns the RMI Registry on a remote machine on port IRMI_Defs.REGISTRY_PORT, as a client would require.
getRemoteRegistry(String) - Method in class provided.rmiUtils.RMIUtils
Returns the Registry on the given machine on port IRMI_Defs.REGISTRY_PORT, as a client would require.
A B C D E F G I L M N P R S T V 
Skip navigation links