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 Consumer
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 Provider
s.
Modifier and Type | Method and Description |
---|---|
void |
close()
Closes a session between provider and SAL.
|
boolean |
isClosed() |
getService
void close()
The close operation unregisters a provider and remove all registered functionality of the provider from the system.
close
in interface Broker.ConsumerSession
boolean isClosed()
isClosed
in interface Broker.ConsumerSession
Copyright © 2019 OpenDaylight. All rights reserved.