public static final class BindingDOMOperationProviderServiceAdapter.AbstractImplAdapter.ActionAdapter extends BindingDOMOperationProviderServiceAdapter.AbstractImplAdapter<Action> implements DOMActionImplementation
BindingDOMOperationProviderServiceAdapter.AbstractImplAdapter.ActionAdapter, BindingDOMOperationProviderServiceAdapter.AbstractImplAdapter.RpcAdapter
codec, delegate
Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.FluentFuture<? extends DOMActionResult> |
invokeAction(org.opendaylight.yangtools.yang.model.api.SchemaPath type,
DOMDataTreeIdentifier path,
org.opendaylight.yangtools.yang.data.api.schema.ContainerNode input)
Initiate invocation of the action.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
invocationCost
@Nonnull public com.google.common.util.concurrent.FluentFuture<? extends DOMActionResult> invokeAction(org.opendaylight.yangtools.yang.model.api.SchemaPath type, DOMDataTreeIdentifier path, org.opendaylight.yangtools.yang.data.api.schema.ContainerNode input)
DOMActionImplementation
invokeAction
in interface DOMActionImplementation
type
- SchemaPath of the action to be invoked. This path refers to an effective action instantiated on top
of the conceptual StoreTreeNode
.path
- DOMDataTreeIdentifier
of parent data node which action attached to.input
- Input argumentsCopyright © 2019 OpenDaylight. All rights reserved.