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.BundleActivator
Exception
public void stop(org.osgi.framework.BundleContext context)
stop
in interface org.osgi.framework.BundleActivator
public void serviceFound()
serviceFound
in interface SingleServiceTracker.SingleServiceListener
public void serviceLost()
serviceLost
in interface SingleServiceTracker.SingleServiceListener
public void serviceReplaced()
serviceReplaced
in interface SingleServiceTracker.SingleServiceListener
Copyright © 2006–2019 The Apache Software Foundation. All rights reserved.