|
Oracle Data Mining Java API Reference 10g Release 1 (10.1) B12276-01 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
The interface TaskStatusHistory
is an ordered list iterator of task execution statuses. Task statuses are ordered by the status entry timestamp in the descending order. So the latest execution state of the task will be on top of the list.
oracle.dmt.odm.task.MiningTaskStatus
, oracle.dmt.odm.task.ExecutionHandle
Method Summary | |
MiningTaskStatus |
nextTaskExecutionStatus() Returns the next task execution status in the status history list. |
MiningTaskStatus |
previousTaskExecutionStatus() Returns the previous task execution status in the status history list. |
Methods inherited from interface java.util.ListIterator |
add, hasNext, hasPrevious, next, nextIndex, previous, previousIndex, remove, set |
Method Detail |
public MiningTaskStatus nextTaskExecutionStatus() throws java.util.NoSuchElementException
java.util.NoSuchElementException
- is thrownjava.util.NoSuchElementException
public MiningTaskStatus previousTaskExecutionStatus() throws java.util.NoSuchElementException
java.util.NoSuchElementException
- is thrownjava.util.NoSuchElementException
|
| |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |