X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?p=controller.git;a=blobdiff_plain;f=opendaylight%2Fmd-sal%2Fsal-binding-api%2Fsrc%2Fmain%2Fjava%2Forg%2Fopendaylight%2Fcontroller%2Fsal%2Fbinding%2Fapi%2Fdata%2FDataModificationTransaction.java;fp=opendaylight%2Fmd-sal%2Fsal-binding-api%2Fsrc%2Fmain%2Fjava%2Forg%2Fopendaylight%2Fcontroller%2Fsal%2Fbinding%2Fapi%2Fdata%2FDataModificationTransaction.java;h=7e72bd488fdc9789037b351e29c6204211fe93ec;hp=b769812f2b8609611838225d545940841adc266c;hb=a81d98f692b80c45bce3fe6a87e731abfb012a9f;hpb=8d8e440aa795660349714241ec64fdf4b462b378 diff --git a/opendaylight/md-sal/sal-binding-api/src/main/java/org/opendaylight/controller/sal/binding/api/data/DataModificationTransaction.java b/opendaylight/md-sal/sal-binding-api/src/main/java/org/opendaylight/controller/sal/binding/api/data/DataModificationTransaction.java index b769812f2b..7e72bd488f 100644 --- a/opendaylight/md-sal/sal-binding-api/src/main/java/org/opendaylight/controller/sal/binding/api/data/DataModificationTransaction.java +++ b/opendaylight/md-sal/sal-binding-api/src/main/java/org/opendaylight/controller/sal/binding/api/data/DataModificationTransaction.java @@ -17,15 +17,11 @@ import org.opendaylight.yangtools.yang.binding.InstanceIdentifier; import org.opendaylight.yangtools.yang.common.RpcResult; /** - * - * * @deprecated Replaced by more specific transaction types. Please use - * {@link org.opendaylight.controller.md.sal.binding.api.DataBroker#newReadOnlyTransaction(), - * {@link org.opendaylight.controller.md.sal.binding.api.DataBroker#newReadWriteTransaction() + * {@link org.opendaylight.controller.md.sal.binding.api.DataBroker#newReadOnlyTransaction()}, + * {@link org.opendaylight.controller.md.sal.binding.api.DataBroker#newReadWriteTransaction()} * or - * {@link org.opendaylight.controller.md.sal.binding.api.DataBroker#newWriteOnlyTransaction(). - * - * + * {@link org.opendaylight.controller.md.sal.binding.api.DataBroker#newWriteOnlyTransaction()}. */ @Deprecated public interface DataModificationTransaction extends @@ -41,7 +37,7 @@ public interface DataModificationTransaction extends * Initiates a two-phase commit of candidate data. * *

- * The {@link Consumer} could initiate a commit of candidate data + * The Consumer could initiate a commit of candidate data * *

* The successful commit changes the state of the system and may affect @@ -49,15 +45,11 @@ public interface DataModificationTransaction extends * *

* The effects of successful commit of data are described in the - * specifications and YANG models describing the {@link Provider} components - * of controller. It is assumed that {@link Consumer} has an understanding + * specifications and YANG models describing the Provider components + * of controller. It is assumed that the Consumer has an understanding * of this changes. * * - * @see org.opendaylight.controller.md.sal.common.api.data.DataCommitHandler for further information how two-phase commit is - * processed. - * @param store - * Identifier of the store, where commit should occur. * @return Result of the commit, containing success information or list of * encountered errors, if commit was not successful. */