Interface DOMActionService

    • Method Detail

      • invokeAction

        ListenableFuture<? 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 an Action. This method is guaranteed to not block on any external resources.
        Parameters:
        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 argument
        Returns:
        A FluentFuture which completes with the result of invocation
        Throws:
        NullPointerException - if any of the arguments is null