org.jppf.gigaspaces
Class JPPFServiceImpl

java.lang.Object
  extended by org.jppf.gigaspaces.JPPFServiceImpl
All Implemented Interfaces:
JPPFService

public class JPPFServiceImpl
extends Object
implements JPPFService

Implementation of the JPPF job submission service deployed as a GigaSpace.

Author:
Laurent Cohen

Constructor Summary
JPPFServiceImpl()
          Default constructor.
 
Method Summary
 JPPFJob submitJob(JPPFJob job)
          Submit a job sent by a local or remote GigaSpaces client.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JPPFServiceImpl

public JPPFServiceImpl()
Default constructor.

Method Detail

submitJob

public JPPFJob submitJob(JPPFJob job)
Submit a job sent by a local or remote GigaSpaces client.

Specified by:
submitJob in interface JPPFService
Parameters:
job - the JPPF job to execute.
Returns:
the job with the initial tasks replaced with the results.
See Also:
JPPFService.submitJob(org.jppf.client.JPPFJob)


Copyright © 2005-2010 JPPF Team.