|
Oracle TopLink Java API Reference 10g Release 3 (10.1.3.1) B28219-01 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
PUBLIC
Provides a serializable object that conforms to an Enumeration while providing Cursor behaviour. This interface is returned from an EJB finder method that uses TopLink CursoredStream support.
Method Summary | |
void |
close() Close the underlying cursor. |
java.util.Vector |
nextElements(int numberOfElements) Return the next numberOfElements elements in the underlying cursor. |
Methods inherited from interface java.util.Enumeration |
hasMoreElements, nextElement |
Method Detail |
public void close()
Close the underlying cursor. This should be invoked when the user is finished using the cursor.
public java.util.Vector nextElements(int numberOfElements)
Return the next numberOfElements elements in the underlying cursor.
numberOfElements
- the number of objects to consume from the result set
|
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |