Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.FluentFuture<DOMRpcResult> |
BindingDOMRpcImplementationAdapter.invokeRpc(DOMRpcIdentifier rpc,
org.opendaylight.yangtools.yang.data.api.schema.NormalizedNode<?,?> input) |
Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.FluentFuture<DOMRpcResult> |
BindingDOMOperationImplementationAdapter.invokeRpc(DOMRpcIdentifier rpc,
org.opendaylight.yangtools.yang.data.api.schema.NormalizedNode<?,?> input) |
Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.FluentFuture<DOMRpcResult> |
DOMRpcImplementation.invokeRpc(DOMRpcIdentifier rpc,
org.opendaylight.yangtools.yang.data.api.schema.NormalizedNode<?,?> input)
Initiate invocation of the RPC.
|
com.google.common.util.concurrent.FluentFuture<DOMRpcResult> |
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 | Class and Description |
---|---|
class |
DefaultDOMRpcResult
Utility class implementing
DefaultDOMRpcResult . |
class |
ForwardingDOMRpcResult
Utility class which implements
DOMRpcResult by forwarding all methods
to a backing instance. |
Modifier and Type | Method and Description |
---|---|
protected abstract DOMRpcResult |
ForwardingDOMRpcResult.delegate() |
Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.FluentFuture<DOMRpcResult> |
ForwardingDOMRpcImplementation.invokeRpc(DOMRpcIdentifier type,
org.opendaylight.yangtools.yang.data.api.schema.NormalizedNode<?,?> input) |
com.google.common.util.concurrent.FluentFuture<DOMRpcResult> |
ForwardingDOMRpcService.invokeRpc(org.opendaylight.yangtools.yang.model.api.SchemaPath type,
org.opendaylight.yangtools.yang.data.api.schema.NormalizedNode<?,?> input) |
Copyright © 2019 OpenDaylight. All rights reserved.