Interface BindingAwareBroker.ProviderContext
-
- All Superinterfaces:
BindingAwareBroker.ConsumerContext
,BindingAwareService
,BindingService
,RouteChangePublisher<RpcContextIdentifier,InstanceIdentifier<?>>
,RpcConsumerRegistry
,RpcProviderRegistry
- Enclosing interface:
- BindingAwareBroker
@Deprecated public static interface BindingAwareBroker.ProviderContext extends BindingAwareBroker.ConsumerContext, RpcProviderRegistry
Deprecated.BindingAwareProvider
specific access to the SAL functionality.ProviderSession is
BindingAwareProvider
-specific access to the SAL functionality and infrastructure services, which also allows for exposing the provider's functionality to the otherBindingAwareConsumer
s.The session serves to store SAL context (e.g. registration of functionality) for the providers and exposes access to the SAL infrastructure services, dynamic functionality registration and any other functionality provided by other
BindingAwareConsumer
s.
-
-
Method Summary
-
Methods inherited from interface org.opendaylight.controller.sal.binding.api.BindingAwareBroker.ConsumerContext
getSALService
-
Methods inherited from interface org.opendaylight.controller.md.sal.common.api.routing.RouteChangePublisher
registerRouteChangeListener
-
Methods inherited from interface org.opendaylight.controller.sal.binding.api.RpcConsumerRegistry
getRpcService
-
Methods inherited from interface org.opendaylight.controller.sal.binding.api.RpcProviderRegistry
addRoutedRpcImplementation, addRpcImplementation
-
-