6.2
Plugin Developer's Guide
Plugin types comprise the methods by which Moab HPC Suite can communicate with resource managers or other external components. They define all operations that can be performed for a 'type' or 'class' of plugins, therefore the name 'plugin type'.
Several plugin types are provided with MWS, but it is easy to create additional plugin types and add their functionality to web services. This involves using Groovy, which is based on the Java programming language. This section describes the general guidelines and specifics of implementing new plugin types.
API Classes and Interfaces
There are several packages and classes available to assist in creating plugin types. These can all be found in the API documentation.
In this section:
Related Topics