Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.CheckedFuture<DOMRpcResult,DOMRpcException> |
GetConstantService.invokeRpc(DOMRpcIdentifier rpc,
org.opendaylight.yangtools.yang.data.api.schema.NormalizedNode<?,?> input) |
com.google.common.util.concurrent.CheckedFuture<DOMRpcResult,DOMRpcException> |
SingletonGetConstantService.invokeRpc(DOMRpcIdentifier rpc,
org.opendaylight.yangtools.yang.data.api.schema.NormalizedNode<?,?> input) |
com.google.common.util.concurrent.CheckedFuture<DOMRpcResult,DOMRpcException> |
RoutedGetConstantService.invokeRpc(DOMRpcIdentifier rpc,
org.opendaylight.yangtools.yang.data.api.schema.NormalizedNode<?,?> input) |
Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.CheckedFuture<DOMRpcResult,DOMRpcException> |
BindingDOMRpcImplementationAdapter.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.CheckedFuture<DOMRpcResult,DOMRpcException> |
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 |
---|---|
<T extends DOMRpcImplementation> |
DOMRpcRouter.registerRpcImplementation(T implementation,
DOMRpcIdentifier... rpcs) |
Modifier and Type | Method and Description |
---|---|
<T extends DOMRpcImplementation> |
DOMRpcRouter.registerRpcImplementation(T implementation,
Set<DOMRpcIdentifier> rpcs) |
Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.CheckedFuture<DOMRpcResult,DOMRpcException> |
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) |
Modifier and Type | Method and Description |
---|---|
static ExecuteRpc |
ExecuteRpc.from(DOMRpcIdentifier rpc,
org.opendaylight.yangtools.yang.data.api.schema.NormalizedNode<?,?> input) |
Modifier and Type | Method and Description |
---|---|
Set<DOMRpcIdentifier> |
RoutingTable.getRoutes() |
Set<DOMRpcIdentifier> |
RpcRegistry.RemoteRpcEndpoint.getRpcs() |
Constructor and Description |
---|
AddOrUpdateRoutes(Collection<DOMRpcIdentifier> routeIdentifiers) |
RemoteRpcEndpoint(akka.actor.ActorRef router,
Collection<DOMRpcIdentifier> rpcs) |
RemoveRoutes(Collection<DOMRpcIdentifier> routeIdentifiers) |
Modifier and Type | Method and Description |
---|---|
<T extends DOMRpcImplementation> |
BrokerImpl.registerRpcImplementation(T implementation,
DOMRpcIdentifier... rpcs) |
Modifier and Type | Method and Description |
---|---|
<T extends DOMRpcImplementation> |
BrokerImpl.registerRpcImplementation(T implementation,
Set<DOMRpcIdentifier> rpcs) |
Copyright © 2019 OpenDaylight. All rights reserved.