org.jppf.gigaspaces
Class JPPFServiceImpl
java.lang.Object
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JPPFServiceImpl
public JPPFServiceImpl()
- Default constructor.
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.