Bug 5596 Created lifecycle service
[openflowplugin.git] / openflowplugin-api / src / main / java / org / opendaylight / openflowplugin / api / openflow / device / DeviceInfo.java
index 75b0f13266ba99dc5bf189875a93c577794459b2..9272c919b223b312d63f5766b89a15b338240d2c 100644 (file)
@@ -9,6 +9,7 @@
 package org.opendaylight.openflowplugin.api.openflow.device;
 
 import java.math.BigInteger;
+import org.opendaylight.mdsal.singleton.common.api.ServiceGroupIdentifier;
 import org.opendaylight.yang.gen.v1.urn.opendaylight.inventory.rev130819.NodeId;
 import org.opendaylight.yang.gen.v1.urn.opendaylight.inventory.rev130819.nodes.Node;
 import org.opendaylight.yang.gen.v1.urn.opendaylight.inventory.rev130819.nodes.NodeKey;
@@ -39,4 +40,9 @@ public interface DeviceInfo {
      */
     BigInteger getDatapathId();
 
+    /**
+     * @return clustering service identifier
+     */
+    ServiceGroupIdentifier getServiceIdentifier();
+
 }