Package | Description |
---|---|
org.opendaylight.mdsal.binding.javav2.dom.adapter.registration | |
org.opendaylight.mdsal.dom.api | |
org.opendaylight.mdsal.dom.spi |
Constructor and Description |
---|
BindingDOMOperationAdapterRegistration(T instance,
DOMRpcImplementationRegistration<?> reg) |
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 | 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.