Interface NetconfOperationChainedExecution


  • public interface NetconfOperationChainedExecution
    Single link in netconf operation execution chain. Wraps the execution of a single netconf operation.
    • Method Detail

      • isExecutionTermination

        boolean isExecutionTermination()
        Check if this is termination point in operation execution.
        Returns:
        true if this is termination point in operation execution, false if there is a subsequent operation present that needs to be executed.
      • execute

        Document execute​(Document requestMessage)
                  throws org.opendaylight.netconf.api.DocumentedException
        Do not execute if this is termination point.
        Throws:
        org.opendaylight.netconf.api.DocumentedException