Package com.sun.grid.jgrid.proxy

Interface Summary
DRMAdapter This class represents an abstraction layer for native communications with a DRM.
ResultChannel This class is the interface used by ComputeEngine's to send the results of a job back to the ComputeProxy.
 

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.
 

Exception Summary
DRMException This class signals a error while talking to the Sun ONE Grid Engine directly.