|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectsalto.batch.apiconsole.scheduler.BatchInfoWrapper
public class BatchInfoWrapper
Client Service API that gives infos about batch executions.
| Method Summary | |
|---|---|
static BatchInfoWrapper |
getInstance()
|
BatchExecutionBean |
getLastBatchExecution(java.lang.String batchName)
Get last execution of batch with full name batchName |
BatchExecutionBean |
getLastBatchExecution(java.lang.String batchName,
boolean withErrors)
Get last execution of batch with or without errors |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static BatchInfoWrapper getInstance()
public BatchExecutionBean getLastBatchExecution(java.lang.String batchName,
boolean withErrors)
throws BatchException
batchName - full name of batchwithErrors - boolean if true return last execution with errors otherwise returns last successful execution
BatchExecutionBean null if no execution
BatchException
public BatchExecutionBean getLastBatchExecution(java.lang.String batchName)
throws BatchException
batchName - full name of batch
BatchExecutionBean null if no execution
BatchException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||