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
MXException
int count() throws MXException
MXException
UserInfo getUserInfo() throws MXException
MXException
MboRemote get(int index) throws MXException
index
- MXException
void remove(int index) throws MXException
index
- MXException
void setDiscardable() throws MXException
MXException
void setSkipFirstNRows(int skipRows)
boolean canSkipRows()
void close() throws java.rmi.RemoteException, MXException
java.rmi.RemoteException
MXException