Class Activator
- java.lang.Object
-
- edu.kit.ipd.sdq.eventsim.middleware.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.BundleContext
getContext()
static Activator
getDefault()
Gives static access to the bundle activator.void
start(org.osgi.framework.BundleContext bundleContext)
void
stop(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:
start
in interfaceorg.osgi.framework.BundleActivator
- Throws:
Exception
-
-