Class DataTreeCohortRegistrationProxy<C extends DOMDataTreeCommitCohort>
java.lang.Object
org.opendaylight.yangtools.concepts.AbstractRegistration
org.opendaylight.yangtools.concepts.AbstractObjectRegistration<C>
org.opendaylight.controller.cluster.datastore.DataTreeCohortRegistrationProxy<C>
- All Implemented Interfaces:
AutoCloseable,ObjectRegistration<C>,Registration
public class DataTreeCohortRegistrationProxy<C extends DOMDataTreeCommitCohort>
extends AbstractObjectRegistration<C>
-
Method Summary
Modifier and TypeMethodDescriptionvoidprotected voidMethods inherited from class org.opendaylight.yangtools.concepts.AbstractObjectRegistration
addToStringAttributes, getInstanceMethods inherited from class org.opendaylight.yangtools.concepts.AbstractRegistration
close, isClosed, notClosed, toStringMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.opendaylight.yangtools.concepts.Registration
close
-
Method Details
-
init
-
removeRegistration
protected void removeRegistration()- Specified by:
removeRegistrationin classAbstractRegistration
-