JBoss Community Archive (Read Only)

RHQ 4.9

Plugins - Checklist - Per Resource Type

Plugin Descriptor Metadata
images/author/images/icons/emoticons/check.gif Define the resource type in the plugin descriptor, specifying general information on the resource type such as name and description.
images/author/images/icons/emoticons/check.gif Specify the name of the class that will be used to discover resources of this type.
images/author/images/icons/emoticons/check.gif Specify the name of the class that will be used to connect to and provide hooks for any subsystems in use.
images/author/images/icons/emoticons/check.gif Add metadata to describe which subsystems the plugin will support for the resource type, such as indicating what properties may be used to configure the resource or what operations may be executed.

Code Implementations
images/author/images/icons/emoticons/check.gif Implement the class that will perform discovery of resources (the name of this class is indicated in the metadata above).
images/author/images/icons/emoticons/check.gif Implement the class that will connect to the resource (resource component). There will be one instantiation of this class for each resource of this type that is discovered.
images/author/images/icons/emoticons/check.gif Implement the required interfaces on the resource component for each subsystem indicated in use by the plugin descriptor. In other words, if the plugin descriptor indicates the resource can be configured, the configuration interface must be implemented by the resource component for this resource type.

JBoss.org Content Archive (Read Only), exported from JBoss Community Documentation Editor at 2020-03-13 07:57:28 UTC, last content change 2013-09-18 19:42:08 UTC.