Class GatherInfoScriptPlugin

All Implemented Interfaces:
PluginMBean, DynamicMBean, MBeanRegistration, BaseObjectNamed, SelfEmailingMBean

public class GatherInfoScriptPlugin extends AbstractPlugin
A plugin that executes the Gather Info database script on either Oracle or SQL Server. This class uses the DbDiagnostics class that does the work of determining what type of database this is and calling the correct script. This plugin will therefore, establish database connections, query the database and collect the results of the queries.

Supported API: true

Extendable: false