Class AbstractRIBSupportRegistration<T extends RIBSupport<?,​?>>

  • All Implemented Interfaces:
    AutoCloseable, RIBSupportRegistration<T>, org.opendaylight.yangtools.concepts.ObjectRegistration<T>, org.opendaylight.yangtools.concepts.Registration

    public abstract class AbstractRIBSupportRegistration<T extends RIBSupport<?,​?>>
    extends org.opendaylight.yangtools.concepts.AbstractObjectRegistration<T>
    implements RIBSupportRegistration<T>
    • Method Summary

      • Methods inherited from class org.opendaylight.yangtools.concepts.AbstractObjectRegistration

        addToStringAttributes, getInstance
      • Methods inherited from class org.opendaylight.yangtools.concepts.AbstractRegistration

        close, isClosed, notClosed, removeRegistration, toString
      • Methods inherited from interface org.opendaylight.yangtools.concepts.ObjectRegistration

        getInstance
      • Methods inherited from interface org.opendaylight.yangtools.concepts.Registration

        close
    • Constructor Detail

      • AbstractRIBSupportRegistration

        protected AbstractRIBSupportRegistration​(T instance)