Class DefaultPCEPExtensionConsumerContext
java.lang.Object
org.opendaylight.protocol.pcep.spi.pojo.DefaultPCEPExtensionConsumerContext
- All Implemented Interfaces:
 PCEPExtensionConsumerContext
@Singleton
@MetaInfServices
public final class DefaultPCEPExtensionConsumerContext
extends Object
implements PCEPExtensionConsumerContext
Starts and stops PCEPExtensionProviderActivator instances for a PCEPExtensionProviderContext.
- Author:
 - Thomas Pantelis
 
- 
Constructor Summary
ConstructorsConstructorDescriptionDefaultPCEPExtensionConsumerContext(Iterable<PCEPExtensionProviderActivator> extensionActivators) DefaultPCEPExtensionConsumerContext(List<PCEPExtensionProviderActivator> extensionActivators) DefaultPCEPExtensionConsumerContext(PCEPExtensionProviderActivator... extensionActivators)  - 
Method Summary
Modifier and TypeMethodDescription 
- 
Constructor Details
- 
DefaultPCEPExtensionConsumerContext
public DefaultPCEPExtensionConsumerContext() - 
DefaultPCEPExtensionConsumerContext
 - 
DefaultPCEPExtensionConsumerContext
@Inject public DefaultPCEPExtensionConsumerContext(Iterable<PCEPExtensionProviderActivator> extensionActivators)  - 
DefaultPCEPExtensionConsumerContext
public DefaultPCEPExtensionConsumerContext(List<PCEPExtensionProviderActivator> extensionActivators)  
 - 
 - 
Method Details
- 
getLabelHandlerRegistry
- Specified by:
 getLabelHandlerRegistryin interfacePCEPExtensionConsumerContext
 - 
getMessageHandlerRegistry
- Specified by:
 getMessageHandlerRegistryin interfacePCEPExtensionConsumerContext
 - 
getObjectHandlerRegistry
- Specified by:
 getObjectHandlerRegistryin interfacePCEPExtensionConsumerContext
 - 
getEROSubobjectHandlerRegistry
- Specified by:
 getEROSubobjectHandlerRegistryin interfacePCEPExtensionConsumerContext
 - 
getRROSubobjectHandlerRegistry
- Specified by:
 getRROSubobjectHandlerRegistryin interfacePCEPExtensionConsumerContext
 - 
getXROSubobjectHandlerRegistry
- Specified by:
 getXROSubobjectHandlerRegistryin interfacePCEPExtensionConsumerContext
 - 
getTlvHandlerRegistry
- Specified by:
 getTlvHandlerRegistryin interfacePCEPExtensionConsumerContext
 - 
getVendorInformationTlvRegistry
- Specified by:
 getVendorInformationTlvRegistryin interfacePCEPExtensionConsumerContext
 - 
getVendorInformationObjectRegistry
- Specified by:
 getVendorInformationObjectRegistryin interfacePCEPExtensionConsumerContext
 
 -