public class BindingDOMDataTreeCommitCohortRegistryAdapter extends Object implements DataTreeCommitCohortRegistry
| Modifier and Type | Method and Description | 
|---|---|
<D extends DataObject,T extends DataTreeCommitCohort<D>> | 
registerCommitCohort(DataTreeIdentifier<D> subtree,
                    T cohort)
Register commit cohort which will participate in three-phase commit protocols of write
 transaction in data broker associated with this instance of extension. 
 | 
public <D extends DataObject,T extends DataTreeCommitCohort<D>> org.opendaylight.yangtools.concepts.ObjectRegistration<T> registerCommitCohort(DataTreeIdentifier<D> subtree, T cohort)
DataTreeCommitCohortRegistryregisterCommitCohort in interface DataTreeCommitCohortRegistrysubtree - Subtree path on which commit cohort operates.cohort - Commit cohortCopyright © 2018 OpenDaylight. All rights reserved.