public static class Providers.BindingIndependent extends AbstractProvider implements AutoCloseable
Provider.ProviderFunctionality
Constructor and Description |
---|
BindingIndependent() |
Modifier and Type | Method and Description |
---|---|
void |
close() |
void |
onSessionInitiated(Broker.ProviderSession session)
Callback signaling initialization of the provider session to the SAL.
|
addingService, getProviderFunctionality, modifiedService, removedService, start, startImpl, stop, stopImpl
public void onSessionInitiated(Broker.ProviderSession session)
Provider
The provider MUST use the session for all communication with SAL or retrieving SAL infrastructure services.
This method is invoked by Broker.registerConsumer(Consumer)
onSessionInitiated
in interface Provider
session
- Unique session between provider and SAL.public void close() throws Exception
close
in interface AutoCloseable
Exception
Copyright © 2019 OpenDaylight. All rights reserved.