Interface TopologyReferenceSingletonService

All Superinterfaces:
AutoCloseable, org.opendaylight.mdsal.singleton.api.ClusterSingletonService, org.opendaylight.yangtools.concepts.Identifiable<org.opendaylight.mdsal.singleton.api.ServiceGroupIdentifier>, InstanceReference<org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.topology.rev131021.network.topology.Topology>, TopologyReference

public interface TopologyReferenceSingletonService extends TopologyReference, AutoCloseable, org.opendaylight.mdsal.singleton.api.ClusterSingletonService
  • Method Summary

    Modifier and Type
    Method
    Description
    void
     
    org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.topology.rev131021.network.topology.Topology
     

    Methods inherited from interface org.opendaylight.mdsal.singleton.api.ClusterSingletonService

    closeServiceInstance, instantiateServiceInstance

    Methods inherited from interface org.opendaylight.yangtools.concepts.Identifiable

    getIdentifier

    Methods inherited from interface org.opendaylight.protocol.concepts.InstanceReference

    getInstanceIdentifier
  • Method Details

    • close

      void close()
      Specified by:
      close in interface AutoCloseable
    • getConfiguration

      org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.topology.rev131021.network.topology.Topology getConfiguration()