Interface BindingAwareBroker.ConsumerContext
-
- All Superinterfaces:
BindingAwareService
,BindingService
,RpcConsumerRegistry
- All Known Subinterfaces:
BindingAwareBroker.ProviderContext
- Enclosing interface:
- BindingAwareBroker
@Deprecated public static interface BindingAwareBroker.ConsumerContext extends RpcConsumerRegistry
Deprecated.BindingAwareConsumer
specific access to the SAL functionality.ConsumerSession is
BindingAwareConsumer
-specific access to the SAL functionality and infrastructure services.The session serves to store SAL context (e.g. registration of functionality) for the consumer and provides access to the SAL infrastructure services and other functionality provided by
BindingAwareProvider
s.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description <T extends BindingAwareService>
TgetSALService(Class<T> service)
Deprecated.Returns a session specific instance (implementation) of requested binding-aware infrastructure service.-
Methods inherited from interface org.opendaylight.controller.sal.binding.api.RpcConsumerRegistry
getRpcService
-
-
-
-
Method Detail
-
getSALService
<T extends BindingAwareService> T getSALService(Class<T> service)
Deprecated.Returns a session specific instance (implementation) of requested binding-aware infrastructure service.- Parameters:
service
- Broker service- Returns:
- Session specific implementation of service
-
-