|
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ExecutionEnumItems
An interface to a collection of ExecutionStatus
objects.
ExecutionSession.fetchTaskStatus()
,
ExecutionStatus
Method Summary | |
---|---|
long |
getCount()
Retrieves the number of items in the collection. |
ExecutionStatus |
getNext()
Returns the next item in the collection, or null if there are no
more items. |
void |
reset()
Resets the enumeration position to the beginning of the series. |
void |
skip(long skipCount)
Skips over the next skipCount items in the collection. |
Method Detail |
---|
ExecutionStatus getNext() throws SoamException
null
if there are no
more items.
ExecutionStatus
in the collection,
or null if there are no more items.
SoamException
void reset() throws SoamException
getNext
will result in the first item
being returned.
SoamException
void skip(long skipCount) throws SoamException
skipCount
items in the collection.
If the skipCount
is greater than the number of items left to
enumerate, the enumerator position will be set to the end of the series.
skipCount
- The number of items to skip over in the collection. It must greater than or equal to 0.
SoamException
long getCount() throws SoamException
SoamException
|
Version 4.1 Date Modified: -DREL_DATE=Nov 03 2008 Platform Computing. Accelerating Intelligence(TM). Copyright (C) 2001-2008 Platform Computing Corporation. All rights reserved. |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |