Class DefaultRSVPExtensionConsumerContext
- java.lang.Object
-
- org.opendaylight.protocol.rsvp.parser.spi.pojo.DefaultRSVPExtensionConsumerContext
-
- All Implemented Interfaces:
RSVPExtensionConsumerContext
@Singleton @MetaInfServices public final class DefaultRSVPExtensionConsumerContext extends Object implements RSVPExtensionConsumerContext
Starts and stopsRSVPExtensionProviderActivatorinstances for anRSVPExtensionProviderContext.
-
-
Constructor Summary
Constructors Constructor Description DefaultRSVPExtensionConsumerContext()DefaultRSVPExtensionConsumerContext(List<RSVPExtensionProviderActivator> extensionActivators)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description EROSubobjectRegistrygetEROSubobjectHandlerRegistry()LabelRegistrygetLabelHandlerRegistry()RROSubobjectRegistrygetRROSubobjectHandlerRegistry()RSVPTeObjectRegistrygetRsvpRegistry()XROSubobjectRegistrygetXROSubobjectHandlerRegistry()
-
-
-
Constructor Detail
-
DefaultRSVPExtensionConsumerContext
public DefaultRSVPExtensionConsumerContext()
-
DefaultRSVPExtensionConsumerContext
@Inject public DefaultRSVPExtensionConsumerContext(List<RSVPExtensionProviderActivator> extensionActivators)
-
-
Method Detail
-
getRsvpRegistry
public RSVPTeObjectRegistry getRsvpRegistry()
- Specified by:
getRsvpRegistryin interfaceRSVPExtensionConsumerContext
-
getXROSubobjectHandlerRegistry
public XROSubobjectRegistry getXROSubobjectHandlerRegistry()
- Specified by:
getXROSubobjectHandlerRegistryin interfaceRSVPExtensionConsumerContext
-
getEROSubobjectHandlerRegistry
public EROSubobjectRegistry getEROSubobjectHandlerRegistry()
- Specified by:
getEROSubobjectHandlerRegistryin interfaceRSVPExtensionConsumerContext
-
getRROSubobjectHandlerRegistry
public RROSubobjectRegistry getRROSubobjectHandlerRegistry()
- Specified by:
getRROSubobjectHandlerRegistryin interfaceRSVPExtensionConsumerContext
-
getLabelHandlerRegistry
public LabelRegistry getLabelHandlerRegistry()
- Specified by:
getLabelHandlerRegistryin interfaceRSVPExtensionConsumerContext
-
-