public abstract class AbstractAMPlugin extends OAMAbstractAMPlugin
GenericPluginService.QueryKey| Modifier and Type | Field and Description |
|---|---|
protected static java.util.logging.Logger |
LOGGER
The LOGGER.
|
| Constructor and Description |
|---|
AbstractAMPlugin() |
| Modifier and Type | Method and Description |
|---|---|
void |
shutdownPlugin(BundleContext bundleContext) |
void |
start(BundleContext context)
Implements BundleActivator.start().
|
void |
startPlugin(BundleContext bundleContext) |
void |
stop(BundleContext context)
Implements BundleActivator.stop().
|
getID, getLogger, getMaxWaitIntervel, getPluginConfig, initialize, poweronSelfTest, shutdownclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetDescription, getMonitoringData, getMonitoringStatus, getPluginName, getRevision, setMonitoringStatuspublic final void start(BundleContext context)
throws java.lang.Exception
context - the framework context for the bundle.java.lang.Exceptionpublic final void stop(BundleContext context)
throws java.lang.Exception
context - the framework context for the bundle.java.lang.Exceptionpublic void startPlugin(BundleContext bundleContext)
public void shutdownPlugin(BundleContext bundleContext)