@Beta @NonNullByDefault public final class ActionProviderServiceAdapter extends Object implements ActionProviderService
Modifier and Type | Method and Description |
---|---|
static ActionProviderServiceAdapter |
create(BindingToNormalizedNodeCodec codec,
DOMActionProviderService delegate)
Deprecated.
|
protected BindingToNormalizedNodeCodec |
getCodec() |
T |
getDelegate() |
<O extends DataObject,P extends InstanceIdentifier<O>,T extends Action<P,?,?>,S extends T> |
registerImplementation(Class<T> actionInterface,
S implementation,
LogicalDatastoreType datastore,
Set<DataTreeIdentifier<O>> validNodes)
Register an implementation of an action, potentially constrained to a set of nodes.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
registerImplementation, registerImplementation
@Deprecated public static ActionProviderServiceAdapter create(BindingToNormalizedNodeCodec codec, DOMActionProviderService delegate)
public <O extends DataObject,P extends InstanceIdentifier<O>,T extends Action<P,?,?>,S extends T> org.opendaylight.yangtools.concepts.ObjectRegistration<S> registerImplementation(Class<T> actionInterface, S implementation, LogicalDatastoreType datastore, Set<DataTreeIdentifier<O>> validNodes)
ActionProviderService
registerImplementation
in interface ActionProviderService
actionInterface
- Generated Action interfaceimplementation
- Implementation of actionInterface
datastore
- LogicalDatastoreType
on which the implementation operatesvalidNodes
- Set of nodes this implementation is constrained to, empty if this implementation can handle
any target node.ObjectRegistration
public final T getDelegate()
getDelegate
in interface org.opendaylight.yangtools.concepts.Delegator<T>
protected final BindingToNormalizedNodeCodec getCodec()
Copyright © 2019 OpenDaylight. All rights reserved.