Interface DOMRpcImplementationRegistration<T extends DOMRpcImplementation>
-
- Type Parameters:
T
- RPC implementation type
- All Superinterfaces:
AutoCloseable
,ObjectRegistration<T>
,Registration
- All Known Implementing Classes:
AbstractDOMRpcImplementationRegistration
@Deprecated(forRemoval=true) public interface DOMRpcImplementationRegistration<T extends DOMRpcImplementation> extends ObjectRegistration<T>
Deprecated, for removal: This API element is subject to removal in a future version.UseDOMRpcImplementationRegistration
instead.A registration of aDOMRpcImplementation
. Used to track and revoke a registration with aDOMRpcProviderService
.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description void
close()
Deprecated, for removal: This API element is subject to removal in a future version.-
Methods inherited from interface org.opendaylight.yangtools.concepts.ObjectRegistration
getInstance
-
-
-
-
Method Detail
-
close
void close()
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
close
in interfaceAutoCloseable
- Specified by:
close
in interfaceRegistration
-
-