Serialized Form

Class com.sun.grid.jgrid.server.CommandFailedException extends JGridException implements Serializable

Serialized Fields

jobId

java.lang.String jobId
The id of the job that failed


Class com.sun.grid.jgrid.server.ComputeEngineImpl extends java.rmi.server.UnicastRemoteObject implements Serializable

Serialized Fields

resultChannel

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

See Also:
ComputeProxy, ResultChannel


Class com.sun.grid.jgrid.ComputeEngineImpl extends java.rmi.server.UnicastRemoteObject implements Serializable


Class com.sun.grid.jgrid.ComputeException extends JGridException implements Serializable


Class com.sun.grid.jgrid.proxy.ComputeProxy.Lock extends java.lang.Object implements Serializable


Class com.sun.grid.jgrid.proxy.ComputeProxy.StreamException extends java.io.IOException implements Serializable

Serialized Fields

wanted

java.lang.String wanted
What was expected


got

java.lang.String got
What was actually read


Class com.sun.grid.jgrid.proxy.ComputeServer extends java.rmi.server.UnicastRemoteObject implements Serializable


Class com.sun.grid.jgrid.proxy.ComputeServer_Stub extends java.rmi.server.RemoteStub implements Serializable

serialVersionUID: 2l


Class com.sun.grid.jgrid.proxy.ComputeServer.Lock extends java.lang.Object implements Serializable


Class com.sun.grid.jgrid.proxy.DRMException extends JGridException implements Serializable


Class com.sun.grid.jgrid.JGridException extends java.lang.Exception implements Serializable


Class com.sun.grid.jgrid.Job extends java.lang.Object implements Serializable

Serialized Fields

results

java.io.Serializable results
The results returned from the executing Computable


filename

java.lang.String filename
The absolute filename where the serialized Job is written


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


state

int state
The current state of the Job, as represented by NOT_STARTED, RUNNING, STOPPED, COMPLETE, and ERROR


Class com.sun.grid.jgrid.JobCanceledException extends JGridException implements Serializable


Class com.sun.grid.jgrid.NotInterruptableException extends JGridException implements Serializable


Class com.sun.grid.jgrid.proxy.ResultChannelImpl extends java.rmi.server.UnicastRemoteObject implements Serializable

Serialized Fields

lockbox

java.util.Map lockbox
Usage to store references to running and completed jobs.