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,DOMDataTreeCommitCohortRegistration<C>,ObjectRegistration<C>,Registration
public class DataTreeCohortRegistrationProxy<C extends DOMDataTreeCommitCohort> extends AbstractObjectRegistration<C> implements DOMDataTreeCommitCohortRegistration<C>
 
- 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidinit(String shardName)protected voidremoveRegistration()- 
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.ObjectRegistration
getInstance 
- 
Methods inherited from interface org.opendaylight.yangtools.concepts.Registration
close 
 - 
 
 - 
 
- 
- 
Method Detail
- 
init
public void init(String shardName)
 
- 
removeRegistration
protected void removeRegistration()
- Specified by:
 removeRegistrationin classAbstractRegistration
 
 - 
 
 -