public class RemoteJobRepository extends AbstractRemoteDao implements org.springframework.batch.core.repository.JobRepository
| コンストラクターと説明 |
|---|
RemoteJobRepository() |
RemoteJobRepository(AppmasterMindScOperations appmasterScOperations) |
| 修飾子と型 | メソッドと説明 |
|---|---|
void | add(org.springframework.batch.core.StepExecution stepExecution) |
void | addAll(java.util.Collection<org.springframework.batch.core.StepExecution> stepExecutions) |
org.springframework.batch.core.JobExecution | createJobExecution(org.springframework.batch.core.JobInstance jobInstance, org.springframework.batch.core.JobParameters jobParameters, java.lang.String jobConfigurationLocation) |
org.springframework.batch.core.JobExecution | createJobExecution(java.lang.String jobName, org.springframework.batch.core.JobParameters jobParameters) |
org.springframework.batch.core.JobInstance | createJobInstance(java.lang.String jobName, org.springframework.batch.core.JobParameters jobParameters) |
org.springframework.batch.core.JobExecution | getLastJobExecution(java.lang.String jobName, org.springframework.batch.core.JobParameters jobParameters) |
org.springframework.batch.core.StepExecution | getLastStepExecution(org.springframework.batch.core.JobInstance jobInstance, java.lang.String stepName) |
int | getStepExecutionCount(org.springframework.batch.core.JobInstance jobInstance, java.lang.String stepName) |
boolean | isJobInstanceExists(java.lang.String jobName, org.springframework.batch.core.JobParameters jobParameters) |
void | update(org.springframework.batch.core.JobExecution jobExecution) |
void | update(org.springframework.batch.core.StepExecution stepExecution) |
void | updateExecutionContext(org.springframework.batch.core.JobExecution jobExecution) |
void | updateExecutionContext(org.springframework.batch.core.StepExecution stepExecution) |
checkResponseMayThrow, convertException, getAppmasterScOperations, setAppmasterScOperationspublic RemoteJobRepository()
public RemoteJobRepository(AppmasterMindScOperations appmasterScOperations)
public boolean isJobInstanceExists(java.lang.String jobName,
org.springframework.batch.core.JobParameters jobParameters)org.springframework.batch.core.repository.JobRepository 内の isJobInstanceExists public org.springframework.batch.core.JobExecution createJobExecution(java.lang.String jobName,
org.springframework.batch.core.JobParameters jobParameters)
throws org.springframework.batch.core.repository.JobExecutionAlreadyRunningException,
org.springframework.batch.core.repository.JobRestartException,
org.springframework.batch.core.repository.JobInstanceAlreadyCompleteExceptionorg.springframework.batch.core.repository.JobRepository 内の createJobExecution org.springframework.batch.core.repository.JobExecutionAlreadyRunningExceptionorg.springframework.batch.core.repository.JobRestartExceptionorg.springframework.batch.core.repository.JobInstanceAlreadyCompleteExceptionpublic void update(org.springframework.batch.core.JobExecution jobExecution)
org.springframework.batch.core.repository.JobRepository 内の update public void add(org.springframework.batch.core.StepExecution stepExecution)
org.springframework.batch.core.repository.JobRepository 内の add public void addAll(java.util.Collection<org.springframework.batch.core.StepExecution> stepExecutions)
org.springframework.batch.core.repository.JobRepository 内の addAll public void update(org.springframework.batch.core.StepExecution stepExecution)
org.springframework.batch.core.repository.JobRepository 内の update public void updateExecutionContext(org.springframework.batch.core.StepExecution stepExecution)
org.springframework.batch.core.repository.JobRepository 内の updateExecutionContext public void updateExecutionContext(org.springframework.batch.core.JobExecution jobExecution)
org.springframework.batch.core.repository.JobRepository 内の updateExecutionContext public org.springframework.batch.core.StepExecution getLastStepExecution(org.springframework.batch.core.JobInstance jobInstance,
java.lang.String stepName)org.springframework.batch.core.repository.JobRepository 内の getLastStepExecution public int getStepExecutionCount(org.springframework.batch.core.JobInstance jobInstance,
java.lang.String stepName)org.springframework.batch.core.repository.JobRepository 内の getStepExecutionCount public org.springframework.batch.core.JobExecution getLastJobExecution(java.lang.String jobName,
org.springframework.batch.core.JobParameters jobParameters)org.springframework.batch.core.repository.JobRepository 内の getLastJobExecution public org.springframework.batch.core.JobInstance createJobInstance(java.lang.String jobName,
org.springframework.batch.core.JobParameters jobParameters)org.springframework.batch.core.repository.JobRepository 内の createJobInstance public org.springframework.batch.core.JobExecution createJobExecution(org.springframework.batch.core.JobInstance jobInstance,
org.springframework.batch.core.JobParameters jobParameters,
java.lang.String jobConfigurationLocation)org.springframework.batch.core.repository.JobRepository 内の createJobExecution