Serialized Form


Package com.sun.grid

Class com.sun.grid.ComputeEngineImpl implements Serializable

Class com.sun.grid.ComputeEngineImpl_Stub implements Serializable

Class com.sun.grid.ComputeException implements Serializable


Package com.sun.grid.proxy

Class com.sun.grid.proxy.ResultChannelImpl implements Serializable

Serialized Fields

lockbox

java.util.Map lockbox
A Map containing ComputeProxy.Lock's for each active job.


log

java.util.logging.Logger log

Class com.sun.grid.proxy.ResultChannelImpl_Stub implements Serializable


Package com.sun.grid.server

Class com.sun.grid.server.ComputeEngineImpl implements Serializable

Serialized Fields

resultChannel

ResultChannel resultChannel
The channel for sending results back to the ComputeProxy.

See Also:
ComputeProxy, ResultChannel

Class com.sun.grid.server.ComputeEngineImpl_Stub implements Serializable

Class com.sun.grid.server.Job implements Serializable

Serialized Fields

jobId

java.lang.String jobId
The id of this job


job

Computable job
The object to process


asynch

boolean asynch
Whether this job is to be executed asynchronously or not