Class AbstractBindingAwareProvider
- java.lang.Object
-
- org.opendaylight.controller.sal.binding.api.AbstractBrokerAwareActivator
-
- org.opendaylight.controller.sal.binding.api.AbstractBindingAwareProvider
-
- All Implemented Interfaces:
BindingAwareProvider
,org.osgi.framework.BundleActivator
@Deprecated(forRemoval=true) public abstract class AbstractBindingAwareProvider extends AbstractBrokerAwareActivator implements BindingAwareProvider
Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Constructor Summary
Constructors Constructor Description AbstractBindingAwareProvider()
Deprecated, for removal: This API element is subject to removal in a future version.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description protected void
onBrokerAvailable(BindingAwareBroker broker, org.osgi.framework.BundleContext context)
Deprecated, for removal: This API element is subject to removal in a future version.-
Methods inherited from class org.opendaylight.controller.sal.binding.api.AbstractBrokerAwareActivator
onBrokerRemoved, start, startImpl, stop, stopImpl
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.opendaylight.controller.sal.binding.api.BindingAwareProvider
onSessionInitiated
-
-
-
-
Method Detail
-
onBrokerAvailable
protected final void onBrokerAvailable(BindingAwareBroker broker, org.osgi.framework.BundleContext context)
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
onBrokerAvailable
in classAbstractBrokerAwareActivator
-
-