Interface TopologyReferenceSingletonService
- All Superinterfaces:
AutoCloseable
,org.opendaylight.mdsal.singleton.common.api.ClusterSingletonService
,org.opendaylight.yangtools.concepts.Identifiable<org.opendaylight.mdsal.singleton.common.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.common.api.ClusterSingletonService
-
Method Summary
Modifier and TypeMethodDescriptionvoid
close()
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.common.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 interfaceAutoCloseable
-
getConfiguration
org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.topology.rev131021.network.topology.Topology getConfiguration()
-