Uses of Interface
org.opendaylight.protocol.pcep.spi.VendorInformationObjectRegistry
-
Packages that use VendorInformationObjectRegistry Package Description org.opendaylight.protocol.pcep.spi org.opendaylight.protocol.pcep.spi.pojo -
-
Uses of VendorInformationObjectRegistry in org.opendaylight.protocol.pcep.spi
Subinterfaces of VendorInformationObjectRegistry in org.opendaylight.protocol.pcep.spi Modifier and Type Interface Description interface
ObjectRegistry
Methods in org.opendaylight.protocol.pcep.spi that return VendorInformationObjectRegistry Modifier and Type Method Description VendorInformationObjectRegistry
PCEPExtensionConsumerContext. getVendorInformationObjectRegistry()
-
Uses of VendorInformationObjectRegistry in org.opendaylight.protocol.pcep.spi.pojo
Classes in org.opendaylight.protocol.pcep.spi.pojo that implement VendorInformationObjectRegistry Modifier and Type Class Description class
SimpleObjectRegistry
class
SimpleVendorInformationObjectRegistry
Methods in org.opendaylight.protocol.pcep.spi.pojo that return VendorInformationObjectRegistry Modifier and Type Method Description VendorInformationObjectRegistry
SimplePCEPExtensionProviderContext. getVendorInformationObjectRegistry()
Constructors in org.opendaylight.protocol.pcep.spi.pojo with parameters of type VendorInformationObjectRegistry Constructor Description SimpleObjectRegistry(VendorInformationObjectRegistry viRegistry)
-