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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanisAccept(EngineRunData engineRunData) 判断该扩展点是否需要执行 true:需要执行; false:不需要执行Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods 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:
isAcceptin interfaceBatchNodeNodeSpi<T>- Returns:
-