Class AbstractDOMRpcImplementationRegistration<T extends DOMRpcImplementation>
- java.lang.Object
-
- org.opendaylight.yangtools.concepts.AbstractRegistration
-
- org.opendaylight.yangtools.concepts.AbstractObjectRegistration<T>
-
- org.opendaylight.controller.md.sal.dom.spi.AbstractDOMRpcImplementationRegistration<T>
-
- All Implemented Interfaces:
AutoCloseable
,DOMRpcImplementationRegistration<T>
,ObjectRegistration<T>
,Registration
@Deprecated(forRemoval=true) public abstract class AbstractDOMRpcImplementationRegistration<T extends DOMRpcImplementation> extends AbstractObjectRegistration<T> implements DOMRpcImplementationRegistration<T>
Deprecated, for removal: This API element is subject to removal in a future version.UseAbstractDOMRpcImplementationRegistration
instead.Abstract base class forDOMRpcImplementationRegistration
implementations.
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
AbstractDOMRpcImplementationRegistration(T instance)
Deprecated, for removal: This API element is subject to removal in a future version.
-
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.controller.md.sal.dom.api.DOMRpcImplementationRegistration
close
-
Methods inherited from interface org.opendaylight.yangtools.concepts.ObjectRegistration
getInstance
-
-
-
-
Constructor Detail
-
AbstractDOMRpcImplementationRegistration
protected AbstractDOMRpcImplementationRegistration(T instance)
Deprecated, for removal: This API element is subject to removal in a future version.
-
-