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