X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;ds=sidebyside;f=opendaylight%2Fmd-sal%2Fsal-common-api%2Fsrc%2Fmain%2Fjava%2Forg%2Fopendaylight%2Fcontroller%2Fmd%2Fsal%2Fcommon%2Fapi%2Fclustering%2FEntityOwnershipService.java;h=07c93e780cdf0006f2e823891f5bd9126c226045;hb=0c877a510c8da62881b73ceff8b1ecdeaf3f8cd2;hp=a042bf5ef2fdfd71ac2d9b82f87f641e95eca6da;hpb=cfecc809377e7221983b6edfb337372c66491729;p=controller.git diff --git a/opendaylight/md-sal/sal-common-api/src/main/java/org/opendaylight/controller/md/sal/common/api/clustering/EntityOwnershipService.java b/opendaylight/md-sal/sal-common-api/src/main/java/org/opendaylight/controller/md/sal/common/api/clustering/EntityOwnershipService.java index a042bf5ef2..07c93e780c 100644 --- a/opendaylight/md-sal/sal-common-api/src/main/java/org/opendaylight/controller/md/sal/common/api/clustering/EntityOwnershipService.java +++ b/opendaylight/md-sal/sal-common-api/src/main/java/org/opendaylight/controller/md/sal/common/api/clustering/EntityOwnershipService.java @@ -21,7 +21,11 @@ import javax.annotation.Nonnull; * A component/application may also register interest in the ownership status of an Entity. The listener would be * notified whenever the ownership status changes. *

+ * + * @deprecated Use org.opendaylight.mdsal.binding.api.clustering.EntityOwnershipService or + * org.opendaylight.mdsal.dom.api.clustering.DOMEntityOwnershipService instead */ +@Deprecated public interface EntityOwnershipService { /**