- All Implemented Interfaces:
org.osgi.framework.BundleActivator
public class DetectorActivator
extends Object
implements org.osgi.framework.BundleActivator
OSGi Activator for registering a detector lookup as service
- Since:
- 03.03.14
- Author:
- roland
-
Constructor Summary
Constructors
-
Method Summary
void
start(org.osgi.framework.BundleContext pContext)
void
stop(org.osgi.framework.BundleContext context)
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
DetectorActivator
public DetectorActivator()
-
Method Details
-
start
public void start(org.osgi.framework.BundleContext pContext)
throws Exception
- Specified by:
start in interface org.osgi.framework.BundleActivator
- Throws:
Exception
-
stop
public void stop(org.osgi.framework.BundleContext context)
throws Exception
- Specified by:
stop in interface org.osgi.framework.BundleActivator
- Throws:
Exception