public static interface Broker.ProviderSession extends Broker.ConsumerSession
Provider specific access to the SAL functionality.
ProviderSession is Provider-specific access to the SAL
functionality and infrastructure services, which also allows for exposing
the provider's functionality to the other Consumers.
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 Providers.
| Modifier and Type | Method and Description |
|---|---|
void |
close()
Closes a session between provider and SAL.
|
boolean |
isClosed() |
getServicevoid close()
The close operation unregisters a provider and remove all registered functionality of the provider from the system.
close in interface Broker.ConsumerSessionboolean isClosed()
isClosed in interface Broker.ConsumerSessionCopyright © 2019 OpenDaylight. All rights reserved.