Package | Description |
---|---|
net.sf.appstatus.batch.jdbc |
Modifier and Type | Method and Description |
---|---|
BdBatch |
Batch.getBdBatch() |
BdBatch |
BatchDao.save(BdBatch bdBatch) |
Modifier and Type | Method and Description |
---|---|
List<BdBatch> |
BatchDao.fetch(String group,
String name,
int max) |
List<BdBatch> |
BatchDao.fetchError(int max) |
List<BdBatch> |
BatchDao.fetchFinished(int max) |
List<BdBatch> |
BatchDao.fetchRunning(int max) |
Modifier and Type | Method and Description |
---|---|
BdBatch |
BatchDao.save(BdBatch bdBatch) |
void |
BatchDao.update(BdBatch bdBatch) |
Modifier and Type | Method and Description |
---|---|
protected List<IBatch> |
JdbcBatchManager.convertToIBatch(List<BdBatch> bdBaches) |
Constructor and Description |
---|
Batch(BdBatch bdBatch) |
Copyright © 2010–2016. All rights reserved.