Class Summary |
ComputeProxy |
Deprecated. This class has been superceeded by ComputeServer as of 0.2.1 |
ComputeProxy.Lock |
This class is used by ComputeProxyto wait for jobs to
complete. |
ComputeServer |
This class is the central contact point for clients wishing to run jobs on the
grid. |
ComputeServer_Skel |
This skeleton is modified to disallow calls to the compute(Computable) method. |
ComputeServer_Stub |
This stub is modified to translate all calls to compute(Computable) into calls
to compute(Computable, String) and similarly for computeAsynch. |
ComputeServer.Lock |
This class is used by ComputeServer to wait for jobs to
complete. |
ProxyInputStream |
Deprecated. No longer used as of 0.2.1 |
ProxyOutputStream |
This class allows the annotation for classes being written
to the stream to be explicitly set. |
ResultChannelImpl |
This class implements the ResultsChannel interface. |