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 |
---|---|
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,
org.opendaylight.yangtools.yang.data.api.YangInstanceIdentifier contextReference)
Create an RPC identifier with a particular context reference.
|
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.
|
<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. |
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> |
ForwardingDOMRpcProviderService.registerRpcImplementation(T implementation,
DOMRpcIdentifier... types) |
<T extends DOMRpcImplementation> |
AbstractDOMRpcProviderService.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.