| Package | Description |
|---|---|
| org.opendaylight.controller.md.sal.dom.api |
| Modifier and Type | Method and Description |
|---|---|
static DOMRpcIdentifier |
DOMRpcIdentifier.create(SchemaPath type)
Create a global RPC identifier.
|
static DOMRpcIdentifier |
DOMRpcIdentifier.create(SchemaPath type,
YangInstanceIdentifier contextReference)
Create an RPC identifier with a particular context reference.
|
| 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.
|
<T extends DOMRpcImplementation> |
DOMRpcProviderService.registerRpcImplementation(T implementation,
DOMRpcIdentifier... rpcs)
Register an
DOMRpcImplementation object with this service. |
| Modifier and Type | Method and Description |
|---|---|
void |
DOMRpcAvailabilityListener.onRpcAvailable(Collection<DOMRpcIdentifier> rpcs)
Method invoked whenever an RPC type becomes available.
|
void |
DOMRpcAvailabilityListener.onRpcUnavailable(Collection<DOMRpcIdentifier> rpcs)
Method invoked whenever an RPC type becomes unavailable.
|
<T extends DOMRpcImplementation> |
DOMRpcProviderService.registerRpcImplementation(T implementation,
Set<DOMRpcIdentifier> rpcs)
Register an
DOMRpcImplementation object with this service. |
Copyright © 2016 OpenDaylight. All rights reserved.