public interface JBatchResource
| Modifier and Type | Method and Description |
|---|---|
void |
abandon(long executionId) |
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) |
String[] getJobNames()
int getJobInstanceCount(String jobName)
RestJobInstance[] getJobInstances(String jobName, int start, int count)
RestProperties getParameters(long executionId)
RestJobInstance getJobInstance(long executionId)
RestJobExecution[] getJobExecutions(long id, String name)
RestJobExecution getJobExecution(long executionId)
RestStepExecution[] getStepExecutions(long jobExecutionId)
long start(String jobXMLName, RestProperties jobParameters)
long restart(long executionId,
RestProperties restartParameters)
void stop(long executionId)
void abandon(long executionId)
Copyright © 2017 The Apache Software Foundation. All rights reserved.