org.jppf.gigaspaces
Interface JPPFService

All Known Implementing Classes:
JPPFServiceImpl

public interface JPPFService

Service interface for JPPF job submission to the JPPF space.

Author:
Laurent Cohen

Method Summary
 JPPFJob submitJob(JPPFJob job)
          Submit a job to the JPPF processing unit.
 

Method Detail

submitJob

JPPFJob submitJob(JPPFJob job)
Submit a job to the JPPF processing unit.

Parameters:
job - the job to submit.
Returns:
the job after submission.


Copyright © 2005-2010 JPPF Team.