Package | Description |
---|---|
net.sf.appstatus.batch | |
net.sf.appstatus.batch.jdbc | |
net.sf.appstatus.core | |
net.sf.appstatus.core.batch |
Modifier and Type | Class and Description |
---|---|
class |
Batch
Bean batch implementation,
It uses a progress monitor to track the batch status informations.
|
Modifier and Type | Method and Description |
---|---|
IBatch |
InProcessBatchManager.addBatch(String name,
String group,
String uuid) |
Modifier and Type | Method and Description |
---|---|
List<IBatch> |
InProcessBatchManager.getBatches(String group,
String name) |
List<IBatch> |
InProcessBatchManager.getErrorBatches() |
List<IBatch> |
InProcessBatchManager.getFinishedBatches() |
List<IBatch> |
InProcessBatchManager.getRunningBatches() |
Modifier and Type | Method and Description |
---|---|
protected void |
InProcessBatchManager.addTo(List<IBatch> l,
IBatch b) |
IBatchProgressMonitor |
InProcessBatchManager.getMonitor(IBatch batch) |
Modifier and Type | Method and Description |
---|---|
protected void |
InProcessBatchManager.addTo(List<IBatch> l,
IBatch b) |
Constructor and Description |
---|
InProcessBatchProgressMonitor(String executionId,
IBatch batch,
InProcessBatchManager manager)
Default constructor.
|
Modifier and Type | Method and Description |
---|---|
IBatch |
JdbcBatchManager.addBatch(String name,
String group,
String uuid) |
Modifier and Type | Method and Description |
---|---|
protected List<IBatch> |
JdbcBatchManager.convertToIBatch(List<BdBatch> bdBaches) |
List<IBatch> |
JdbcBatchManager.getBatches(String group,
String name) |
List<IBatch> |
JdbcBatchManager.getErrorBatches() |
List<IBatch> |
JdbcBatchManager.getFinishedBatches() |
List<IBatch> |
JdbcBatchManager.getRunningBatches() |
Modifier and Type | Method and Description |
---|---|
IBatchProgressMonitor |
JdbcBatchManager.getMonitor(IBatch batch) |
Constructor and Description |
---|
JdbcBatchProgressMonitor(String executionId,
IBatch batch,
BatchDao bachDao)
Default constructor.
|
Modifier and Type | Method and Description |
---|---|
List<IBatch> |
AppStatus.getRunningBatches()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
IBatch |
IBatchManager.addBatch(String name,
String group,
String uuid)
Creates and adds a new Batch to the batch manager.
|
IBatch |
AbstractBatchProgressMonitor.getBatch() |
Modifier and Type | Method and Description |
---|---|
List<IBatch> |
IBatchManager.getBatches(String group,
String name)
Ordered by update date DESC
|
List<IBatch> |
IBatchManager.getErrorBatches()
Ordered by update date DESC
|
List<IBatch> |
IBatchManager.getFinishedBatches()
Ordered by update date DESC
|
List<IBatch> |
IBatchManager.getRunningBatches()
Returns the list of batchs which are currently running.
|
Modifier and Type | Method and Description |
---|---|
IBatchProgressMonitor |
IBatchManager.getMonitor(IBatch batch)
Returns the batch monitor for this batch.
|
Constructor and Description |
---|
AbstractBatchProgressMonitor(String executionId,
IBatch batch)
Constructor used for main monitor.
|
AbstractBatchProgressMonitor(String executionId,
IBatchProgressMonitor parent,
int parentWork,
IBatch batch)
Protected constructor used to create a sub task.
|
Copyright © 2010–2016. All rights reserved.