public class RemoteJobExplorer extends AbstractRemoteDao implements org.springframework.batch.core.explore.JobExplorer
| コンストラクターと説明 |
|---|
RemoteJobExplorer() |
RemoteJobExplorer(AppmasterMindScOperations appmasterScOperations) |
| 修飾子と型 | メソッドと説明 |
|---|---|
java.util.List<org.springframework.batch.core.JobInstance> | findJobInstancesByJobName(java.lang.String jobName, int start, int count) |
java.util.Set<org.springframework.batch.core.JobExecution> | findRunningJobExecutions(java.lang.String jobName) |
org.springframework.batch.core.JobExecution | getJobExecution(java.lang.Long executionId) |
java.util.List<org.springframework.batch.core.JobExecution> | getJobExecutions(org.springframework.batch.core.JobInstance jobInstance) |
org.springframework.batch.core.JobInstance | getJobInstance(java.lang.Long instanceId) |
int | getJobInstanceCount(java.lang.String jobName) |
java.util.List<org.springframework.batch.core.JobInstance> | getJobInstances(java.lang.String jobName, int start, int count) |
java.util.List<java.lang.String> | getJobNames() |
org.springframework.batch.core.StepExecution | getStepExecution(java.lang.Long jobExecutionId, java.lang.Long stepExecutionId) |
checkResponseMayThrow, convertException, getAppmasterScOperations, setAppmasterScOperationspublic RemoteJobExplorer()
public RemoteJobExplorer(AppmasterMindScOperations appmasterScOperations)
public java.util.List<org.springframework.batch.core.JobInstance> getJobInstances(java.lang.String jobName,
int start,
int count)org.springframework.batch.core.explore.JobExplorer 内の getJobInstances public org.springframework.batch.core.JobExecution getJobExecution(java.lang.Long executionId)
org.springframework.batch.core.explore.JobExplorer 内の getJobExecution public org.springframework.batch.core.StepExecution getStepExecution(java.lang.Long jobExecutionId,
java.lang.Long stepExecutionId)org.springframework.batch.core.explore.JobExplorer 内の getStepExecution public org.springframework.batch.core.JobInstance getJobInstance(java.lang.Long instanceId)
org.springframework.batch.core.explore.JobExplorer 内の getJobInstance public java.util.List<org.springframework.batch.core.JobExecution> getJobExecutions(org.springframework.batch.core.JobInstance jobInstance)
org.springframework.batch.core.explore.JobExplorer 内の getJobExecutions public java.util.Set<org.springframework.batch.core.JobExecution> findRunningJobExecutions(java.lang.String jobName)
org.springframework.batch.core.explore.JobExplorer 内の findRunningJobExecutions public java.util.List<java.lang.String> getJobNames()
org.springframework.batch.core.explore.JobExplorer 内の getJobNames public int getJobInstanceCount(java.lang.String jobName)
throws org.springframework.batch.core.launch.NoSuchJobExceptionorg.springframework.batch.core.explore.JobExplorer 内の getJobInstanceCount org.springframework.batch.core.launch.NoSuchJobExceptionpublic java.util.List<org.springframework.batch.core.JobInstance> findJobInstancesByJobName(java.lang.String jobName,
int start,
int count)org.springframework.batch.core.explore.JobExplorer 内の findJobInstancesByJobName