public class JBatchResourceImpl extends Object implements JBatchResource
| Constructor and Description |
|---|
JBatchResourceImpl() |
| Modifier and Type | Method and Description |
|---|---|
void |
abandon(long executionId) |
void |
findOperator() |
RestJobExecution |
getJobExecution(long executionId) |
RestJobExecution[] |
getJobExecutions(long id,
String name) |
RestJobInstance |
getJobInstance(long executionId) |
int |
getJobInstanceCount(String jobName) |
RestJobInstance[] |
getJobInstances(String jobName,
int start,
int count) |
String[] |
getJobNames() |
RestProperties |
getParameters(long executionId) |
Long[] |
getRunningExecutions(String jobName) |
RestStepExecution[] |
getStepExecutions(long jobExecutionId) |
long |
restart(long executionId,
RestProperties restartParameters) |
long |
start(String jobXMLName,
RestProperties jobParameters) |
void |
stop(long executionId) |
@PostConstruct public void findOperator()
public String[] getJobNames()
getJobNames in interface JBatchResourcepublic int getJobInstanceCount(String jobName)
getJobInstanceCount in interface JBatchResourcepublic RestJobInstance[] getJobInstances(String jobName, int start, int count)
getJobInstances in interface JBatchResourcepublic Long[] getRunningExecutions(String jobName)
getRunningExecutions in interface JBatchResourcepublic RestProperties getParameters(long executionId)
getParameters in interface JBatchResourcepublic RestJobInstance getJobInstance(long executionId)
getJobInstance in interface JBatchResourcepublic RestJobExecution[] getJobExecutions(long id, String name)
getJobExecutions in interface JBatchResourcepublic RestJobExecution getJobExecution(long executionId)
getJobExecution in interface JBatchResourcepublic RestStepExecution[] getStepExecutions(long jobExecutionId)
getStepExecutions in interface JBatchResourcepublic long start(String jobXMLName, RestProperties jobParameters)
start in interface JBatchResourcepublic long restart(long executionId,
RestProperties restartParameters)
restart in interface JBatchResourcepublic void stop(long executionId)
stop in interface JBatchResourcepublic void abandon(long executionId)
abandon in interface JBatchResourceCopyright © 2016 The Apache Software Foundation. All rights reserved.