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 TypeMethodDescriptionvoid
protected void
Methods inherited from class org.opendaylight.yangtools.concepts.AbstractObjectRegistration
addToStringAttributes, getInstance
Methods inherited from class org.opendaylight.yangtools.concepts.AbstractRegistration
close, isClosed, notClosed, toString
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface org.opendaylight.yangtools.concepts.Registration
close
-
Method Details
-
init
-
removeRegistration
protected void removeRegistration()- Specified by:
removeRegistration
in classAbstractRegistration
-