| Modifier and Type | Interface and Description |
|---|---|
interface |
DOMRpcImplementationRegistration<T extends DOMRpcImplementation>
A registration of a
DOMRpcImplementation. |
| Modifier and Type | Method and Description |
|---|---|
<T extends DOMRpcImplementation> |
DOMRpcProviderService.registerRpcImplementation(T implementation,
DOMRpcIdentifier... rpcs)
Deprecated.
Register an
DOMRpcImplementation object with this service. |
<T extends DOMRpcImplementation> |
DOMRpcProviderService.registerRpcImplementation(T implementation,
Set<DOMRpcIdentifier> rpcs)
Deprecated.
Register an
DOMRpcImplementation object with this service. |
| Modifier and Type | Method and Description |
|---|---|
default boolean |
DOMRpcAvailabilityListener.acceptsImplementation(DOMRpcImplementation impl)
Implementation filtering method.
|
Copyright © 2019 OpenDaylight. All rights reserved.