|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
CursoredEnumeratorRemote is the interface used by CursoredEnumerator to use remote cursored streams across RMI.
| Method Summary |
| Type | Method |
|---|---|
void |
close()
Close the underlying cursor. |
boolean |
hasMoreElements()
Answer a boolean indicating if the underlying cursor has |
java.lang.Object |
nextElement()
Return the next element from the cursor. |
java.util.Vector |
nextElements(int numberOfElements)
Return the next numberOfElements elements in the underlying cursor. |
| Method Detail |
public void close()
throws java.rmi.RemoteException
is finished using the cursor.
public boolean hasMoreElements()
throws java.rmi.RemoteException
more elements to return.
public java.lang.Object nextElement()
throws java.rmi.RemoteException
public java.util.Vector nextElements(int numberOfElements)
throws java.rmi.RemoteException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||