Groovy Documentation

com.ace.mws.plugins
[Java] Interface IJobRMService


public interface IJobRMService

The job resource management service consists of methods to retrieve and save job reports. These reports are consolidated and returned to Moab.

For more information on how to use this service, see the MWS Quick Reference page on Job RM Service.

Authors:
bsaville


Method Summary
List list()

Retrieves a list of all job reports which were given originally by this plugin.

boolean save(List jobReports)

Saves a list of job reports in the cache.

 

Method Detail

list

public List list()
Retrieves a list of all job reports which were given originally by this plugin.
Returns:
A list of all job reports made by this plugin.


save

public boolean save(List jobReports)
Saves a list of job reports in the cache. These will be reported to Moab through the Workload Query.
Parameters:
jobReports - The list of job reports to save.
Returns:
True if successful, false otherwise


 

Groovy Documentation