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
AbstractRIBSupportRegistration(T instance)
-
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
-
-
-
-
Constructor Detail
-
AbstractRIBSupportRegistration
protected AbstractRIBSupportRegistration(T instance)
-
-