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 |
InProcessBatchProgressMonitor
Log job progress agent.
|
Modifier and Type | Method and Description |
---|---|
IBatchProgressMonitor |
InProcessBatchManager.getMonitor(IBatch batch) |
IBatchProgressMonitor |
Batch.getProgressMonitor() |
protected IBatchProgressMonitor |
InProcessBatchProgressMonitor.newInstance(int work) |
Modifier and Type | Method and Description |
---|---|
void |
Batch.setProgressMonitor(IBatchProgressMonitor monitor) |
Modifier and Type | Class and Description |
---|---|
class |
JdbcBatchProgressMonitor
Log job progress agent.
|
Modifier and Type | Method and Description |
---|---|
IBatchProgressMonitor |
JdbcBatchManager.getMonitor(IBatch batch) |
IBatchProgressMonitor |
Batch.getProgressMonitor() |
protected IBatchProgressMonitor |
JdbcBatchProgressMonitor.newInstance(int work) |
Modifier and Type | Method and Description |
---|---|
void |
Batch.setProgressMonitor(IBatchProgressMonitor monitor) |
Modifier and Type | Method and Description |
---|---|
IBatchProgressMonitor |
AppStatus.getBatchProgressMonitor(String name,
String group,
String uuid) |
Modifier and Type | Interface and Description |
---|---|
interface |
IBatchProgressMonitorExt
Monitor dedicated to monitor a job execution.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractBatchProgressMonitor
Log job progress agent.
|
Modifier and Type | Method and Description |
---|---|
IBatchProgressMonitor |
AbstractBatchProgressMonitor.createSubTask(int work)
Create a sub task of this task with the amount of work the subtask
execution will done.
|
IBatchProgressMonitor |
IBatchProgressMonitor.createSubTask(int work)
Create a sub task of this task with the amount of work the subtask
execution will done.
|
IBatchProgressMonitor |
IBatchManager.getMonitor(IBatch batch)
Returns the batch monitor for this batch.
|
protected abstract IBatchProgressMonitor |
AbstractBatchProgressMonitor.newInstance(int work) |
Modifier and Type | Method and Description |
---|---|
void |
IBatch.setProgressMonitor(IBatchProgressMonitor monitor)
This method is not intended to be used directly.
|
Constructor and Description |
---|
AbstractBatchProgressMonitor(String executionId,
IBatchProgressMonitor parent,
int parentWork,
IBatch batch)
Protected constructor used to create a sub task.
|
Copyright © 2010–2016. All rights reserved.