| Modifier and Type | Method and Description |
|---|---|
void |
XmlRpcBatchMgr.setJobRepository(JobRepository repository) |
void |
Batchmgr.setJobRepository(JobRepository repository)
Sets the
JobRepository that this Batchmgr will use to persist
Job information while Jobs are executing. |
| Modifier and Type | Method and Description |
|---|---|
JobRepository |
JobStack.getJobRepository() |
JobRepository |
JobQueue.getJobRepository()
|
JobRepository |
FifoMappedJobQueue.getJobRepository() |
| Constructor and Description |
|---|
FifoMappedJobQueue(int maxSize,
JobRepository repo) |
JobStack(int maxSize,
JobRepository repo) |
| Modifier and Type | Class and Description |
|---|---|
class |
MemoryJobRepository |
class |
XStreamJobRepository |
| Modifier and Type | Method and Description |
|---|---|
JobRepository |
MemoryJobRepositoryFactory.createRepository() |
JobRepository |
JobRepositoryFactory.createRepository()
Creates new
JobRepository implementations. |
| Modifier and Type | Method and Description |
|---|---|
void |
QueueMuxBatchManager.setJobRepository(JobRepository repository) |
| Modifier and Type | Method and Description |
|---|---|
static JobRepository |
GenericResourceManagerObjectFactory.getJobRepositoryFromServiceFactory(String serviceFactory)
Creates a new
JobRepository implementation from the given
name of the JobRepositoryFactory. |
Copyright © 1999–2017 Apache OODT. All rights reserved.