Interface DOMRpcImplementationRegistration<T extends DOMRpcImplementation>

  • Type Parameters:
    T - RPC implementation type
    All Superinterfaces:
    AutoCloseable, org.opendaylight.yangtools.concepts.ObjectRegistration<T>, org.opendaylight.yangtools.concepts.Registration

    @Deprecated(forRemoval=true)
    public interface DOMRpcImplementationRegistration<T extends DOMRpcImplementation>
    extends org.opendaylight.yangtools.concepts.ObjectRegistration<T>
    Deprecated, for removal: This API element is subject to removal in a future version.
    Use DOMRpcImplementationRegistration instead.
    A registration of a DOMRpcImplementation. Used to track and revoke a registration with a DOMRpcProviderService.
    • 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 interface AutoCloseable
        Specified by:
        close in interface org.opendaylight.yangtools.concepts.Registration