Groovy Documentation

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


public interface INodeRMService

The node resource management service consists of methods to retrieve and save node 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 Node RM Service.

Authors:
bsaville


Method Summary
List list()

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

boolean save(List nodeReports)

Saves a list of node reports in the cache.

 

Method Detail

list

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


save

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


 

Groovy Documentation