public interface MboIterator
| Modifier and Type | Method and Description |
|---|---|
boolean |
canSkipRows() |
void |
close() |
int |
count() |
MboRemote |
get(int index) |
java.lang.String |
getName() |
UserInfo |
getUserInfo() |
void |
remove(int index) |
void |
setDiscardable() |
void |
setSkipFirstNRows(int skipRows) |
java.lang.String getName()
throws MXException
MXExceptionint count()
throws MXException
MXExceptionUserInfo getUserInfo() throws MXException
MXExceptionMboRemote get(int index) throws MXException
index - MXExceptionvoid remove(int index)
throws MXException
index - MXExceptionvoid setDiscardable()
throws MXException
MXExceptionvoid setSkipFirstNRows(int skipRows)
boolean canSkipRows()
void close()
throws java.rmi.RemoteException,
MXException
java.rmi.RemoteExceptionMXException