- All Implemented Interfaces:
- java.lang.Runnable, org.osgi.framework.BundleActivator
public class Activator
extends java.lang.Object
implements org.osgi.framework.BundleActivator, java.lang.Runnable
This class is dynamically deployed as part of the updater bundle that executes the update of the management agent. It
is both the bundle activator and the interface and implementation of a service that is published and invoked by the
management agent. Care was taken to not create import dependencies on anything other than the core framework. Also,
no inner classes are used, to keep all the code in a single class file.