Modifier and Type | Class and Description |
---|---|
class |
BindingDOMRpcImplementationAdapter |
Modifier and Type | Class and Description |
---|---|
static class |
BindingDOMOperationProviderServiceAdapter.AbstractImplAdapter.RpcAdapter |
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)
Register an
DOMRpcImplementation object with this service. |
<T extends DOMRpcImplementation> |
DOMRpcProviderService.registerRpcImplementation(T implementation,
@NonNull Set<DOMRpcIdentifier> rpcs)
Register an
DOMRpcImplementation object with this service. |
Modifier and Type | Method and Description |
---|---|
default boolean |
DOMRpcAvailabilityListener.acceptsImplementation(DOMRpcImplementation impl)
Implementation filtering method.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractDOMRpcImplementationRegistration<T extends DOMRpcImplementation>
Abstract base class for
DOMRpcImplementationRegistration implementations. |
Modifier and Type | Class and Description |
---|---|
class |
ForwardingDOMRpcImplementation
Utility implementation which implements
DOMRpcImplementation by forwarding it to
a backing delegate. |
Modifier and Type | Method and Description |
---|---|
<T extends DOMRpcImplementation> |
AbstractDOMRpcProviderService.registerRpcImplementation(T implementation,
DOMRpcIdentifier... types) |
<T extends DOMRpcImplementation> |
ForwardingDOMRpcProviderService.registerRpcImplementation(T implementation,
DOMRpcIdentifier... types) |
<T extends DOMRpcImplementation> |
ForwardingDOMRpcProviderService.registerRpcImplementation(T implementation,
Set<DOMRpcIdentifier> types) |
Modifier and Type | Method and Description |
---|---|
protected abstract @NonNull DOMRpcImplementation |
ForwardingDOMRpcImplementation.delegate() |
Copyright © 2019 OpenDaylight. All rights reserved.