public class Activator extends Object implements org.osgi.framework.BundleActivator, SingleServiceTracker.SingleServiceListener
| Constructor and Description |
|---|
Activator() |
| Modifier and Type | Method and Description |
|---|---|
void |
serviceFound() |
void |
serviceLost() |
void |
serviceReplaced() |
void |
start(org.osgi.framework.BundleContext context) |
void |
stop(org.osgi.framework.BundleContext context) |
public void start(org.osgi.framework.BundleContext context)
throws Exception
start in interface org.osgi.framework.BundleActivatorExceptionpublic void stop(org.osgi.framework.BundleContext context)
throws Exception
stop in interface org.osgi.framework.BundleActivatorExceptionpublic void serviceFound()
serviceFound in interface SingleServiceTracker.SingleServiceListenerpublic void serviceLost()
serviceLost in interface SingleServiceTracker.SingleServiceListenerpublic void serviceReplaced()
serviceReplaced in interface SingleServiceTracker.SingleServiceListenerCopyright © 2006–2017 The Apache Software Foundation. All rights reserved.