com.sun.grid.jgrid
Interface ComputeListener


public interface ComputeListener

This class is not yet implemented.


Method Summary
 void sendResult(java.lang.String jobId, java.io.Serializable result)
          This method sends the result of a job execution to the listener.
 

Method Detail

sendResult

public void sendResult(java.lang.String jobId,
                       java.io.Serializable result)
This method sends the result of a job execution to the listener.

Parameters:
jobId - the id of the job
result - the results object