public abstract class AbstractConsumer extends Object implements Consumer, org.osgi.framework.BundleActivator, org.osgi.util.tracker.ServiceTrackerCustomizer<Broker,Broker>
Consumer.ConsumerFunctionality
Constructor and Description |
---|
AbstractConsumer() |
Modifier and Type | Method and Description |
---|---|
Broker |
addingService(org.osgi.framework.ServiceReference<Broker> reference) |
Collection<Consumer.ConsumerFunctionality> |
getConsumerFunctionality() |
void |
modifiedService(org.osgi.framework.ServiceReference<Broker> reference,
Broker service) |
void |
removedService(org.osgi.framework.ServiceReference<Broker> reference,
Broker service) |
void |
start(org.osgi.framework.BundleContext context) |
protected void |
startImpl(org.osgi.framework.BundleContext context) |
void |
stop(org.osgi.framework.BundleContext context) |
protected void |
stopImpl(org.osgi.framework.BundleContext context) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
onSessionInitiated
public final void start(org.osgi.framework.BundleContext context) throws Exception
start
in interface org.osgi.framework.BundleActivator
Exception
public final void stop(org.osgi.framework.BundleContext context) throws Exception
stop
in interface org.osgi.framework.BundleActivator
Exception
protected void startImpl(org.osgi.framework.BundleContext context)
protected void stopImpl(org.osgi.framework.BundleContext context)
public Collection<Consumer.ConsumerFunctionality> getConsumerFunctionality()
getConsumerFunctionality
in interface Consumer
public void modifiedService(org.osgi.framework.ServiceReference<Broker> reference, Broker service)
Copyright © 2019 OpenDaylight. All rights reserved.