Class BindingDOMRpcImplementationAdapter

  • All Implemented Interfaces:
    org.opendaylight.controller.md.sal.dom.api.DOMRpcImplementation

    @Deprecated(forRemoval=true)
    public class BindingDOMRpcImplementationAdapter
    extends Object
    implements org.opendaylight.controller.md.sal.dom.api.DOMRpcImplementation
    Deprecated, for removal: This API element is subject to removal in a future version.
    • Method Summary

      All Methods Instance Methods Concrete Methods Deprecated Methods 
      Modifier and Type Method Description
      com.google.common.util.concurrent.CheckedFuture<org.opendaylight.controller.md.sal.dom.api.DOMRpcResult,​org.opendaylight.controller.md.sal.dom.api.DOMRpcException> invokeRpc​(org.opendaylight.controller.md.sal.dom.api.DOMRpcIdentifier rpc, org.opendaylight.yangtools.yang.data.api.schema.NormalizedNode<?,​?> input)
      Deprecated, for removal: This API element is subject to removal in a future version.
       
      • Methods inherited from interface org.opendaylight.controller.md.sal.dom.api.DOMRpcImplementation

        invocationCost
    • Method Detail

      • invokeRpc

        public com.google.common.util.concurrent.CheckedFuture<org.opendaylight.controller.md.sal.dom.api.DOMRpcResult,​org.opendaylight.controller.md.sal.dom.api.DOMRpcException> invokeRpc​(org.opendaylight.controller.md.sal.dom.api.DOMRpcIdentifier rpc,
                                                                                                                                                                                                   org.opendaylight.yangtools.yang.data.api.schema.NormalizedNode<?,​?> input)
        Deprecated, for removal: This API element is subject to removal in a future version.
        Specified by:
        invokeRpc in interface org.opendaylight.controller.md.sal.dom.api.DOMRpcImplementation