Package com.ibm.are.plugin

ARE plugin specification and base implementation

See:
          Description

Interface Summary
Plugin The Plugin interface represents the basic operations and features that must be implemented for a class to be considered a plugin by the Application Runtime Expert.
PluginReporting The PluginReporting interface defines the set of methods used for reporting problems in the ARE environment.
 

Class Summary
BasePlugin The BasePlugin class is an abstract base class that implements much of the behavior required for a Plugin in the Application Runtime Expert.
ExtendedResultInfo The ExtendedResultInfo class is used to communicate the result status of running a plugin along with additional information, such as any exception that may have occurred or any results of the plugin's verification that other plugins may want access to.
PluginData The PluginData class represents a set of data that is specific to classes that implement the Plugin interface.
ResultInfo The ResultInfo class is used to communicate the result status of running a plugin.
 

Package com.ibm.are.plugin Description

ARE plugin specification and base implementation