| 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> |
BindingDOMOperationProviderServiceAdapter.AbstractImplAdapter.RpcAdapter.invokeRpc(DOMRpcIdentifier rpc,
org.opendaylight.yangtools.yang.data.api.schema.NormalizedNode<?,?> input) |
| Modifier and Type | Method and Description |
|---|---|
static DOMRpcIdentifier |
DOMRpcIdentifier.create(org.opendaylight.yangtools.yang.model.api.SchemaPath type)
Create a global RPC identifier.
|
static DOMRpcIdentifier |
DOMRpcIdentifier.create(org.opendaylight.yangtools.yang.model.api.SchemaPath type,
@Nullable org.opendaylight.yangtools.yang.data.api.YangInstanceIdentifier contextReference)
Create an RPC identifier with a particular context reference.
|
| Modifier and Type | Method and Description |
|---|---|
@NonNull com.google.common.util.concurrent.FluentFuture<DOMRpcResult> |
DOMRpcImplementation.invokeRpc(@NonNull DOMRpcIdentifier rpc,
@Nullable org.opendaylight.yangtools.yang.data.api.schema.NormalizedNode<?,?> input)
Initiate invocation of the RPC.
|
<T extends DOMRpcImplementation> |
DOMRpcProviderService.registerRpcImplementation(T implementation,
DOMRpcIdentifier... rpcs)
Register an
DOMRpcImplementation object with this service. |
| 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) |
<T extends DOMRpcImplementation> |
AbstractDOMRpcProviderService.registerRpcImplementation(T implementation,
DOMRpcIdentifier... types) |
<T extends DOMRpcImplementation> |
ForwardingDOMRpcProviderService.registerRpcImplementation(T implementation,
DOMRpcIdentifier... types) |
| Modifier and Type | Method and Description |
|---|---|
<T extends DOMRpcImplementation> |
ForwardingDOMRpcProviderService.registerRpcImplementation(T implementation,
Set<DOMRpcIdentifier> types) |
Copyright © 2019 OpenDaylight. All rights reserved.