Uses of Interface
org.opendaylight.protocol.pcep.PCEPDispatcher
-
Packages that use PCEPDispatcher Package Description org.opendaylight.bgpcep.pcep.topology.provider.config org.opendaylight.protocol.pcep.impl -
-
Uses of PCEPDispatcher in org.opendaylight.bgpcep.pcep.topology.provider.config
Methods in org.opendaylight.bgpcep.pcep.topology.provider.config that return PCEPDispatcher Modifier and Type Method Description PCEPDispatcher
PCEPTopologyProviderBean. getPCEPDispatcher()
PCEPDispatcher
PCEPTopologyProviderDependencies. getPCEPDispatcher()
PCEP Dispatcher.Constructors in org.opendaylight.bgpcep.pcep.topology.provider.config with parameters of type PCEPDispatcher Constructor Description PCEPTopologyProviderBean(org.opendaylight.mdsal.singleton.common.api.ClusterSingletonServiceProvider cssp, org.osgi.framework.BundleContext bundleContext, org.opendaylight.mdsal.binding.api.DataBroker dataBroker, PCEPDispatcher pcepDispatcher, org.opendaylight.mdsal.binding.api.RpcProviderService rpcProviderRegistry, TopologySessionListenerFactory sessionListenerFactory, TopologySessionStatsRegistry stateRegistry, PceServerProvider pceServerProvider)
-
Uses of PCEPDispatcher in org.opendaylight.protocol.pcep.impl
Classes in org.opendaylight.protocol.pcep.impl that implement PCEPDispatcher Modifier and Type Class Description class
PCEPDispatcherImpl
Implementation of PCEPDispatcher.
-