| Package | Description |
|---|---|
| org.opendaylight.controller.md.sal.dom.api |
| 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,
NormalizedNode<?,?> input)
Initiate invocation of the RPC.
|
com.google.common.util.concurrent.CheckedFuture<DOMRpcResult,DOMRpcException> |
DOMRpcService.invokeRpc(SchemaPath type,
NormalizedNode<?,?> input)
Initiate invocation of an RPC.
|
Copyright © 2016 OpenDaylight. All rights reserved.