public abstract class AbstractDOMRpcProviderService extends Object implements DOMRpcProviderService
DOMRpcProviderService
implementations.Constructor and Description |
---|
AbstractDOMRpcProviderService() |
Modifier and Type | Method and Description |
---|---|
<T extends DOMRpcImplementation> |
registerRpcImplementation(T implementation,
DOMRpcIdentifier... types)
Register an
DOMRpcImplementation object with this service. |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
registerRpcImplementation
public final <T extends DOMRpcImplementation> DOMRpcImplementationRegistration<T> registerRpcImplementation(T implementation, DOMRpcIdentifier... types)
DOMRpcProviderService
DOMRpcImplementation
object with this service.registerRpcImplementation
in interface DOMRpcProviderService
implementation
- RPC implementation, must not be nulltypes
- Array of supported RPC identifiers. Must not be null, empty, or contain a null element.
Each identifier is added exactly once, no matter how many times it occurs.DOMRpcImplementationRegistration
object, guaranteed to be non-null.Copyright © 2019 OpenDaylight. All rights reserved.