| Modifier and Type | Class and Description | 
|---|---|
class  | 
BindingDOMRpcImplementationAdapter  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
BindingDOMOperationImplementationAdapter
Operation implementation adapter. 
 | 
| 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,
                         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 | Method and Description | 
|---|---|
<T extends DOMRpcImplementation> | 
DOMRpcRouter.registerRpcImplementation(T implementation,
                         DOMRpcIdentifier... rpcs)  | 
<T extends DOMRpcImplementation> | 
DOMRpcRouter.registerRpcImplementation(T implementation,
                         Set<DOMRpcIdentifier> rpcs)  | 
| 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 DOMRpcImplementation | 
ForwardingDOMRpcImplementation.delegate()  | 
Copyright © 2018 OpenDaylight. All rights reserved.