public static class BatchJBeret.BatchJBeretResources extends Object
Constructor and Description |
---|
BatchJBeretResources() |
Modifier and Type | Method and Description |
---|---|
List<InMemoryJobRepository> |
inMemoryJobRepositories()
Get the list of InMemoryJobRepository resources
|
InMemoryJobRepository |
inMemoryJobRepository(String key) |
List<JDBCJobRepository> |
jdbcJobRepositories()
Get the list of JDBCJobRepository resources
|
JDBCJobRepository |
jdbcJobRepository(String key) |
List<ThreadFactory> |
threadFactories()
Get the list of ThreadFactory resources
|
ThreadFactory |
threadFactory(String key) |
ThreadPool |
threadPool(String key) |
List<ThreadPool> |
threadPools()
Get the list of ThreadPool resources
|
public List<JDBCJobRepository> jdbcJobRepositories()
public JDBCJobRepository jdbcJobRepository(String key)
public List<ThreadFactory> threadFactories()
public ThreadFactory threadFactory(String key)
public List<ThreadPool> threadPools()
public ThreadPool threadPool(String key)
public List<InMemoryJobRepository> inMemoryJobRepositories()
public InMemoryJobRepository inMemoryJobRepository(String key)
Copyright © 2019 JBoss by Red Hat. All rights reserved.