| Package | Description | 
|---|---|
| org.wildfly.swarm.batch.jberet | |
| org.wildfly.swarm.config | |
| org.wildfly.swarm.config.batch.jberet | 
| Modifier and Type | Method and Description | 
|---|---|
BatchFraction | 
BatchFraction.defaultJobRepository(JDBCJobRepository<?> jobRepository)
Adds the JDBC job repository as the default job repository. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
JDBCJobRepository | 
BatchJBeret.BatchJBeretResources.jdbcJobRepository(String key)  | 
| Modifier and Type | Method and Description | 
|---|---|
List<JDBCJobRepository> | 
BatchJBeret.BatchJBeretResources.jdbcJobRepositories()
Get the list of JDBCJobRepository resources 
 | 
| Modifier and Type | Method and Description | 
|---|---|
T | 
BatchJBeret.jdbcJobRepository(JDBCJobRepository value)
Add the JDBCJobRepository object to the list of subresources 
 | 
| Modifier and Type | Method and Description | 
|---|---|
T | 
BatchJBeret.jdbcJobRepositories(List<JDBCJobRepository> value)
Add all JDBCJobRepository objects to this subresource 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
JDBCJobRepository<T extends JDBCJobRepository<T>>
A job repository that stores job information in a database. 
 | 
interface  | 
JDBCJobRepositoryConsumer<T extends JDBCJobRepository<T>>  | 
interface  | 
JDBCJobRepositorySupplier<T extends JDBCJobRepository>  | 
| Modifier and Type | Method and Description | 
|---|---|
JDBCJobRepository | 
JDBCJobRepositorySupplier.get()
Constructed instance of JDBCJobRepository resource 
 | 
Copyright © 2018 JBoss by Red Hat. All rights reserved.