Package | Description |
---|---|
org.jberet.operations | |
org.jberet.repository | |
org.jberet.runtime.context | |
org.jberet.spi |
Modifier and Type | Method and Description |
---|---|
JobRepository |
AbstractJobOperator.getJobRepository()
This is equivalent to
getBatchEnvironment().getJobRepository() . |
Modifier and Type | Class and Description |
---|---|
class |
AbstractPersistentRepository |
class |
AbstractRepository |
class |
InfinispanRepository |
class |
InMemoryRepository |
class |
JdbcRepository |
class |
MongoRepository |
Modifier and Type | Method and Description |
---|---|
static JobRepository |
JobRepositoryFactory.getJobRepository(BatchEnvironment batchEnvironment)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
protected JdbcRepository |
PurgeBatchlet.getJdbcRepository(JobRepository repo)
Gets the
org.jberet.repository.JdbcRepository from the
org.jberet.repository.JobRepository passed in, in order to
perform operations specific to org.jberet.repository.JdbcRepository . |
Modifier and Type | Method and Description |
---|---|
JobRepository |
JobContextImpl.getJobRepository() |
Constructor and Description |
---|
JobContextImpl(JobExecutionImpl jobExecution,
JobExecutionImpl originalToRestart,
ArtifactFactory artifactFactory,
JobRepository jobRepository,
BatchEnvironment batchEnvironment) |
Modifier and Type | Method and Description |
---|---|
JobRepository |
BatchEnvironment.getJobRepository()
Returns the job repository used for this environment.
|
Copyright © 2019 JBoss by Red Hat. All rights reserved.