| Modifier and Type | Class and Description | 
|---|---|
| class  | GetConstantService | 
| class  | RoutedGetConstantService | 
| class  | SingletonGetConstantService | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | BindingDOMRpcImplementationAdapter | 
| 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  DOMRpcImplementationobject with this service. | 
| <T extends DOMRpcImplementation> | DOMRpcProviderService. registerRpcImplementation(T implementation,
                         @NonNull Set<DOMRpcIdentifier> rpcs)Deprecated.  Register an  DOMRpcImplementationobject 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  DOMRpcImplementationRegistrationimplementations. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | ForwardingDOMRpcImplementationUtility implementation which implements  DOMRpcImplementationby forwarding it to
 a backing delegate. | 
| Modifier and Type | Method and Description | 
|---|---|
| <T extends DOMRpcImplementation> | ForwardingDOMRpcProviderService. registerRpcImplementation(T implementation,
                         DOMRpcIdentifier... types) | 
| <T extends DOMRpcImplementation> | AbstractDOMRpcProviderService. 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.