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

java.lang.Object
org.opendaylight.yangtools.concepts.AbstractRegistration
org.opendaylight.yangtools.concepts.AbstractObjectRegistration<T>
org.opendaylight.protocol.bgp.rib.spi.AbstractRIBSupportRegistration<T>
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>
  • Constructor Summary

    Constructors
    Modifier
    Constructor
    Description
    protected
     
  • 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 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
  • Constructor Details

    • AbstractRIBSupportRegistration

      protected AbstractRIBSupportRegistration(T instance)