Class DataTreeCohortRegistrationProxy<C extends org.opendaylight.mdsal.dom.api.DOMDataTreeCommitCohort>

  • All Implemented Interfaces:
    AutoCloseable, org.opendaylight.mdsal.dom.api.DOMDataTreeCommitCohortRegistration<C>, org.opendaylight.yangtools.concepts.ObjectRegistration<C>, org.opendaylight.yangtools.concepts.Registration

    public class DataTreeCohortRegistrationProxy<C extends org.opendaylight.mdsal.dom.api.DOMDataTreeCommitCohort>
    extends org.opendaylight.yangtools.concepts.AbstractObjectRegistration<C>
    implements org.opendaylight.mdsal.dom.api.DOMDataTreeCommitCohortRegistration<C>
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void init​(String shardName)  
      protected void removeRegistration()  
      • 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 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:
        removeRegistration in class org.opendaylight.yangtools.concepts.AbstractRegistration