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, waitonSessionInitiatedpublic final void start(org.osgi.framework.BundleContext context)
throws Exception
start in interface org.osgi.framework.BundleActivatorExceptionpublic final void stop(org.osgi.framework.BundleContext context)
throws Exception
stop in interface org.osgi.framework.BundleActivatorExceptionprotected void startImpl(org.osgi.framework.BundleContext context)
protected void stopImpl(org.osgi.framework.BundleContext context)
public Collection<Consumer.ConsumerFunctionality> getConsumerFunctionality()
getConsumerFunctionality in interface Consumerpublic void modifiedService(org.osgi.framework.ServiceReference<Broker> reference, Broker service)
Copyright © 2016 OpenDaylight. All rights reserved.