| Modifier and Type | Method and Description | 
|---|---|
com.google.common.util.concurrent.CheckedFuture<DOMRpcResult,DOMRpcException> | 
BindingDOMRpcImplementationAdapter.invokeRpc(DOMRpcIdentifier rpc,
         org.opendaylight.yangtools.yang.data.api.schema.NormalizedNode<?,?> input)  | 
| Modifier and Type | Method and Description | 
|---|---|
com.google.common.util.concurrent.CheckedFuture<DOMRpcResult,DOMRpcException> | 
BindingDOMOperationImplementationAdapter.invokeRpc(DOMRpcIdentifier rpc,
         org.opendaylight.yangtools.yang.data.api.schema.NormalizedNode<?,?> input)  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
DOMRpcImplementationNotAvailableException
Exception indicating that no implementation of the requested RPC service is available. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
com.google.common.util.concurrent.CheckedFuture<DOMRpcResult,DOMRpcException> | 
DOMRpcImplementation.invokeRpc(DOMRpcIdentifier rpc,
         org.opendaylight.yangtools.yang.data.api.schema.NormalizedNode<?,?> input)
Initiate invocation of the RPC. 
 | 
com.google.common.util.concurrent.CheckedFuture<DOMRpcResult,DOMRpcException> | 
DOMRpcService.invokeRpc(org.opendaylight.yangtools.yang.model.api.SchemaPath type,
         org.opendaylight.yangtools.yang.data.api.schema.NormalizedNode<?,?> input)
Initiate invocation of an RPC. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
com.google.common.util.concurrent.CheckedFuture<DOMRpcResult,DOMRpcException> | 
DOMRpcRouter.invokeRpc(org.opendaylight.yangtools.yang.model.api.SchemaPath type,
         org.opendaylight.yangtools.yang.data.api.schema.NormalizedNode<?,?> input)  | 
| Modifier and Type | Method and Description | 
|---|---|
com.google.common.util.concurrent.CheckedFuture<DOMRpcResult,DOMRpcException> | 
ForwardingDOMRpcImplementation.invokeRpc(DOMRpcIdentifier type,
         org.opendaylight.yangtools.yang.data.api.schema.NormalizedNode<?,?> input)  | 
com.google.common.util.concurrent.CheckedFuture<DOMRpcResult,DOMRpcException> | 
ForwardingDOMRpcService.invokeRpc(org.opendaylight.yangtools.yang.model.api.SchemaPath type,
         org.opendaylight.yangtools.yang.data.api.schema.NormalizedNode<?,?> input)  | 
Copyright © 2018 OpenDaylight. All rights reserved.