| Modifier and Type | Method and Description | 
|---|---|
| void | XmlRpcBatchMgr. setJobRepository(JobRepository repository) | 
| void | Batchmgr. setJobRepository(JobRepository repository)Sets the  JobRepositorythat this Batchmgr will use to persistJobinformation whileJobs 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  JobRepositoryimplementations. | 
| 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  JobRepositoryimplementation from the given
 name of theJobRepositoryFactory. | 
Copyright © 1999–2017 Apache OODT. All rights reserved.