Package com.luna.common.engine.spi
Class AbstractBatchNodeNodeSpi<T>
java.lang.Object
com.luna.common.engine.spi.AbstractBatchNodeNodeSpi<T>
- All Implemented Interfaces:
BatchNodeNodeSpi<T>
,NodeSpi
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
isAccept
(EngineRunData engineRunData) 判断该扩展点是否需要执行 true:需要执行; false:不需要执行Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.luna.common.engine.spi.BatchNodeNodeSpi
invoke
-
Constructor Details
-
AbstractBatchNodeNodeSpi
public AbstractBatchNodeNodeSpi()
-
-
Method Details
-
isAccept
Description copied from interface:BatchNodeNodeSpi
判断该扩展点是否需要执行 true:需要执行; false:不需要执行- Specified by:
isAccept
in interfaceBatchNodeNodeSpi<T>
- Returns:
-