| Package | Description |
|---|---|
| to.etc.webapp.pendingoperations |
| Modifier and Type | Method and Description |
|---|---|
PendingOperation |
PendingJobExecutor.getPendingOperation() |
| Modifier and Type | Method and Description |
|---|---|
void |
IPendingOperationListener.afterOperation(PendingOperation po,
Throwable errx) |
void |
IPendingOperationListener.beforeOperation(PendingOperation po) |
void |
IPendingJob.execute(ILogSink log,
PendingOperation po,
Progress progress) |
void |
IPendingOperationExecutor.executePendingOperation(PendingOperation po,
ILogSink ls) |
IPendingOperationExecutor |
PendingOperationTaskProvider.findExecutor(PendingOperation po)
Find an executor for a given pendingOperation type.
|
boolean |
IPendingOperationExecutor2.isSkipFailedAllowed(PendingOperation op)
Called with a grouped pending operation for this provider that has a FAILED state like FATL or BOOT, this method can
return T if skipping the failed operation and continuing with the group is allowed.
|
void |
PendingOperationTaskProvider.saveOperation(PendingOperation po,
Serializable object)
Store a PendingOperation in the table, or die.
|
void |
PendingOperationTaskProvider.saveOperation(PendingOperation po,
StringInputStream sis)
Store a PendingOperation in the table, or die.
|
protected void |
PendingOperationTaskProvider.updateProgress(PendingOperation po)
Updates the current progress of a given pending operation.
|
| Constructor and Description |
|---|
PendingJobExecutor(PendingOperation pendingOperation,
ILogSink sink) |
| Constructor and Description |
|---|
PendingOperationTask(PendingOperationTaskProvider provider,
List<PendingOperation> list) |
Copyright © 2017 etc.to. All rights reserved.