Interface NetconfOperationChainedExecution
-
public interface NetconfOperationChainedExecutionSingle link in netconf operation execution chain. Wraps the execution of a single netconf operation.
-
-
Field Summary
Fields Modifier and Type Field Description static NetconfOperationChainedExecutionEXECUTION_TERMINATION_POINT
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Documentexecute(Document requestMessage)Do not execute if this is termination point.booleanisExecutionTermination()Check if this is termination point in operation execution.
-
-
-
Field Detail
-
EXECUTION_TERMINATION_POINT
static final NetconfOperationChainedExecution EXECUTION_TERMINATION_POINT
-
-