Class Activator
- java.lang.Object
-
- edu.kit.ipd.sdq.eventsim.workload.Activator
-
- All Implemented Interfaces:
org.osgi.framework.BundleActivator
public class Activator extends Object implements org.osgi.framework.BundleActivator
-
-
Constructor Summary
Constructors Constructor Description Activator()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static org.osgi.framework.BundleContextgetContext()static ActivatorgetDefault()Gives static access to the bundle activator.voidstart(org.osgi.framework.BundleContext bundleContext)voidstop(org.osgi.framework.BundleContext bundleContext)
-
-
-
Method Detail
-
getContext
public static org.osgi.framework.BundleContext getContext()
-
getDefault
public static Activator getDefault()
Gives static access to the bundle activator.- Returns:
- The shared activator instance
-
start
public void start(org.osgi.framework.BundleContext bundleContext) throws Exception- Specified by:
startin interfaceorg.osgi.framework.BundleActivator- Throws:
Exception
-
-