public abstract class AbstractCleanupStageClient extends BaseStageClient
Modifier and Type | Field and Description |
---|---|
static String |
IMPLEMENTATION
Fully qualified class name of implementation of this class.
|
static String |
METHOD_CLEANUP_PATH
The method name of
getCleanupPath() . |
METHOD_BATCH_ID, METHOD_FLOW_ID, METHOD_STAGE_ID
Constructor and Description |
---|
AbstractCleanupStageClient() |
Modifier and Type | Method and Description |
---|---|
protected int |
execute(String[] args)
Performs stage execution.
|
protected abstract String |
getCleanupPath()
Returns the cleanup target path.
|
getBatchId, getDefinitionId, getExecutionId, getFlowId, getOperationId, getStageId, getUser, run
public static final String IMPLEMENTATION
public static final String METHOD_CLEANUP_PATH
getCleanupPath()
.protected abstract String getCleanupPath()
protected int execute(String[] args) throws IOException, InterruptedException
BaseStageClient
execute
in class BaseStageClient
args
- argumentsIOException
InterruptedException
Copyright © 2011–2019 Asakusa Framework Team. All rights reserved.