Package | Description |
---|---|
org.opendaylight.controller.clustering.it.provider.impl | |
org.opendaylight.controller.md.sal.binding.impl | |
org.opendaylight.controller.md.sal.dom.api | |
org.opendaylight.controller.md.sal.dom.broker.impl | |
org.opendaylight.controller.md.sal.dom.spi | |
org.opendaylight.controller.sal.core.compat |
Controller/MDSAL compatibility library.
|
Modifier and Type | Method and Description |
---|---|
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> |
GetConstantService.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.
|
static DOMRpcIdentifier |
DOMRpcIdentifier.fromMdsal(org.opendaylight.mdsal.dom.api.DOMRpcIdentifier mdsal) |
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)
Deprecated.
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)
Deprecated.
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> |
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) |
Modifier and Type | Method and Description |
---|---|
static Set<org.opendaylight.mdsal.dom.api.DOMRpcIdentifier> |
DOMRpcServiceAdapter.convert(Collection<DOMRpcIdentifier> rpcs)
Deprecated.
|
Copyright © 2019 OpenDaylight. All rights reserved.