Class AutoBandwidthActivator
java.lang.Object
org.opendaylight.protocol.pcep.auto.bandwidth.extension.AutoBandwidthActivator
- All Implemented Interfaces:
PCEPExtensionProviderActivator
@Singleton
@MetaInfServices
public class AutoBandwidthActivator
extends Object
implements PCEPExtensionProviderActivator
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic @interface
This implementation is bound to draft-dhody-pce-stateful-pce-auto-bandwidth-06. -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionList<org.opendaylight.yangtools.concepts.Registration>
start
(PCEPExtensionProviderContext context) toString()
-
Constructor Details
-
AutoBandwidthActivator
@Inject public AutoBandwidthActivator() -
AutoBandwidthActivator
-
AutoBandwidthActivator
public AutoBandwidthActivator(byte bandwidthObjectType)
-
-
Method Details
-
start
public List<org.opendaylight.yangtools.concepts.Registration> start(PCEPExtensionProviderContext context) - Specified by:
start
in interfacePCEPExtensionProviderActivator
-
toString
-