Class RootBindingAwareBroker.RootSalInstance
- java.lang.Object
-
- org.opendaylight.controller.md.sal.binding.util.AbstractBindingSalConsumerInstance<N,R>
-
- org.opendaylight.controller.md.sal.binding.util.AbstractBindingSalProviderInstance<NotificationProviderService,RpcProviderRegistry>
-
- org.opendaylight.controller.sal.binding.impl.RootBindingAwareBroker.RootSalInstance
-
- All Implemented Interfaces:
BindingService,NotificationPublishService<Notification>,RouteChangePublisher<RpcContextIdentifier,InstanceIdentifier<?>>,BindingAwareService,NotificationProviderService,NotificationService,RpcConsumerRegistry,RpcProviderRegistry
- Enclosing class:
- RootBindingAwareBroker
public static class RootBindingAwareBroker.RootSalInstance extends AbstractBindingSalProviderInstance<NotificationProviderService,RpcProviderRegistry>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.opendaylight.controller.sal.binding.api.NotificationProviderService
NotificationProviderService.NotificationInterestListener
-
-
Constructor Summary
Constructors Constructor Description RootSalInstance(RpcProviderRegistry rpcRegistry, NotificationProviderService notificationBroker)
-
Method Summary
-
Methods inherited from class org.opendaylight.controller.md.sal.binding.util.AbstractBindingSalProviderInstance
addRoutedRpcImplementation, addRpcImplementation, publish, publish, registerInterestListener, registerRouteChangeListener
-
Methods inherited from class org.opendaylight.controller.md.sal.binding.util.AbstractBindingSalConsumerInstance
getNotificationBroker, getNotificationBrokerChecked, getRpcRegistry, getRpcRegistryChecked, getRpcService, registerNotificationListener, registerNotificationListener
-
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.NotificationService
registerNotificationListener, registerNotificationListener
-
Methods inherited from interface org.opendaylight.controller.sal.binding.api.RpcConsumerRegistry
getRpcService
-
-
-
-
Constructor Detail
-
RootSalInstance
public RootSalInstance(RpcProviderRegistry rpcRegistry, NotificationProviderService notificationBroker)
-
-