|
Interface Summary |
| Factory<F> |
A factory is used to create monitor plugins instances on demand. |
| Plugin<F> |
A feature enhances jMonit API and computation capabilities by providing new
features. |
| PluginManager |
The plugins manager maintain a set of factories to create plugins on-demand
for monitors. |
| PluginManagerAware |
Components created by jMonit and implementing this interface will get
"injected" with the current pluginManager. |
| RepositoryAware |
Components created by jMonit and implementing this interface will get
"injected" with the current repository. |