Modifier and Type | Method and Description |
---|---|
static DOMRpcImplementationRegistration<RoutedGetConstantService> |
RoutedGetConstantService.registerNew(org.opendaylight.mdsal.binding.dom.codec.api.BindingNormalizedNodeSerializer codec,
DOMRpcProviderService rpcProviderService,
String constant,
org.opendaylight.yangtools.yang.binding.InstanceIdentifier<?> context) |
static DOMRpcImplementationRegistration<GetConstantService> |
GetConstantService.registerNew(DOMRpcProviderService rpcProviderService,
String constant) |
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,
@NonNull 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) |
<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 | 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) |
Copyright © 2019 OpenDaylight. All rights reserved.