Class DefaultRSVPExtensionConsumerContext
- java.lang.Object
-
- org.opendaylight.protocol.rsvp.parser.spi.pojo.DefaultRSVPExtensionConsumerContext
-
- All Implemented Interfaces:
RSVPExtensionConsumerContext
@Singleton @MetaInfServices(RSVPExtensionConsumerContext.class) public class DefaultRSVPExtensionConsumerContext extends Object
Starts and stops RSVPExtensionProviderActivator instances for a RSVPExtensionProviderContext.- Author:
- Thomas Pantelis
-
-
Constructor Summary
Constructors Constructor Description DefaultRSVPExtensionConsumerContext()DefaultRSVPExtensionConsumerContext(Iterable<RSVPExtensionProviderActivator> extensionActivators)DefaultRSVPExtensionConsumerContext(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
public DefaultRSVPExtensionConsumerContext(RSVPExtensionProviderActivator... extensionActivators)
-
DefaultRSVPExtensionConsumerContext
@Inject public DefaultRSVPExtensionConsumerContext(Iterable<RSVPExtensionProviderActivator> extensionActivators)
-
-
Method Detail
-
getRsvpRegistry
public final RSVPTeObjectRegistry getRsvpRegistry()
- Specified by:
getRsvpRegistryin interfaceRSVPExtensionConsumerContext
-
getXROSubobjectHandlerRegistry
public final XROSubobjectRegistry getXROSubobjectHandlerRegistry()
- Specified by:
getXROSubobjectHandlerRegistryin interfaceRSVPExtensionConsumerContext
-
getEROSubobjectHandlerRegistry
public final EROSubobjectRegistry getEROSubobjectHandlerRegistry()
- Specified by:
getEROSubobjectHandlerRegistryin interfaceRSVPExtensionConsumerContext
-
getRROSubobjectHandlerRegistry
public final RROSubobjectRegistry getRROSubobjectHandlerRegistry()
- Specified by:
getRROSubobjectHandlerRegistryin interfaceRSVPExtensionConsumerContext
-
getLabelHandlerRegistry
public final LabelRegistry getLabelHandlerRegistry()
- Specified by:
getLabelHandlerRegistryin interfaceRSVPExtensionConsumerContext
-
-