public class BranchProcessorProxy extends AbstractProcessorProxy<BranchProcessor,ProcessStatus> implements BranchProcessor
| 构造器和说明 |
|---|
BranchProcessorProxy(@NotNull BranchProcessor target,
@NotNull WrapperHandler<ProcessStatus> handler) |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
addNodes(ExecutableNode<?,?>... nodes) |
List<ExecutableNode<?,?>> |
getNodes() |
static BranchProcessor |
wrap(@NotNull BranchProcessor target,
List<StatusWrapperHandler> handlers) |
destroy, getHandler, getTarget, initialize, processclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitdestroy, initializepublic BranchProcessorProxy(@NotNull
@NotNull BranchProcessor target,
@NotNull
@NotNull WrapperHandler<ProcessStatus> handler)
public static BranchProcessor wrap(@NotNull @NotNull BranchProcessor target, List<StatusWrapperHandler> handlers)
public void addNodes(ExecutableNode<?,?>... nodes)
addNodes 在接口中 BranchProcessorpublic List<ExecutableNode<?,?>> getNodes()
getNodes 在接口中 BranchProcessorCopyright © 2021. All rights reserved.