X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=opendaylight%2Fhosttracker_new%2Fapi%2Fsrc%2Fmain%2Fjava%2Forg%2Fopendaylight%2Fcontroller%2Fhosttracker%2FIDeviceService.java;h=53b23f2831071945d826f62d694c2cc8cb134b2e;hb=refs%2Fchanges%2F74%2F2274%2F2;hp=9199f5a54eb2b8f025f677573a1b450a014a6852;hpb=9c8108faabf300747a2a5529dc7a8ef76e79c2bc;p=controller.git diff --git a/opendaylight/hosttracker_new/api/src/main/java/org/opendaylight/controller/hosttracker/IDeviceService.java b/opendaylight/hosttracker_new/api/src/main/java/org/opendaylight/controller/hosttracker/IDeviceService.java index 9199f5a54e..53b23f2831 100755 --- a/opendaylight/hosttracker_new/api/src/main/java/org/opendaylight/controller/hosttracker/IDeviceService.java +++ b/opendaylight/hosttracker_new/api/src/main/java/org/opendaylight/controller/hosttracker/IDeviceService.java @@ -39,7 +39,6 @@ import java.util.Iterator; import java.util.Set; import org.opendaylight.controller.sal.core.NodeConnector; -import org.osgi.service.device.Device; /** * Device manager allows interacting with devices on the network. Note that @@ -57,31 +56,6 @@ public interface IDeviceService { MAC, IPV4, VLAN, SWITCHPORT } - /** - * The source device for the current packet-in, if applicable. - */ - // public static final String CONTEXT_SRC_DEVICE = - // "net.floodlightcontroller.devicemanager.srcDevice"; - - /** - * The destination device for the current packet-in, if applicable. - */ - // public static final String CONTEXT_DST_DEVICE = - // / "net.floodlightcontroller.devicemanager.dstDevice"; - - /** - * The original destination device for the current packet-in - */ - // public static final String CONTEXT_ORIG_DST_DEVICE = - // "net.floodlightcontroller.devicemanager.origDstDevice"; - - /** - * A FloodlightContextStore object that can be used to interact with the - * FloodlightContext information created by BVS manager. - */ - // public static final FloodlightContextStore fcStore = - // new FloodlightContextStore(); - /** * Get the device with the given device key. *