public interface RIBExtensionProviderContext extends RIBExtensionConsumerContext
| Modifier and Type | Method and Description | 
|---|---|
| <T extends RIBSupport> | registerRIBSupport(Class<? extends AddressFamily> afi,
                  Class<? extends SubsequentAddressFamily> safi,
                  T support)Register a RIBSupport instance for a particular AFI/SAFI combination. | 
getClassLoadingStrategy, getRIBSupport, getRIBSupport, getRIBSupport<T extends RIBSupport> RIBSupportRegistration<T> registerRIBSupport(Class<? extends AddressFamily> afi, Class<? extends SubsequentAddressFamily> safi, T support)
afi - Address Family identifiersafi - Subsequent Address Family identifiersupport - T RIBSupport instanceRIBSupportRegistration.close() method to remove it.NullPointerException - if any of the arguments is nullCopyright © 2018 OpenDaylight. All rights reserved.