public class MboSetIterator extends java.lang.Object implements MboIterator
| Constructor and Description |
|---|
MboSetIterator(MboSetRemote set) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
canSkipRows() |
void |
close() |
int |
count() |
MboRemote |
get(int index) |
MboSetRemote |
getMboSet() |
java.lang.String |
getName() |
UserInfo |
getUserInfo() |
void |
remove(int index) |
void |
setDiscardable() |
void |
setSkipFirstNRows(int skipRows) |
public MboSetIterator(MboSetRemote set)
public java.lang.String getName()
throws MXException
getName in interface MboIteratorMXExceptionpublic int count()
throws MXException
count in interface MboIteratorMXExceptionpublic MboRemote get(int index) throws MXException
get in interface MboIteratorMXExceptionpublic void remove(int index)
throws MXException
remove in interface MboIteratorMXExceptionpublic void setDiscardable()
throws MXException
setDiscardable in interface MboIteratorMXExceptionpublic UserInfo getUserInfo() throws MXException
getUserInfo in interface MboIteratorMXExceptionpublic void setSkipFirstNRows(int skipRows)
setSkipFirstNRows in interface MboIteratorpublic boolean canSkipRows()
canSkipRows in interface MboIteratorpublic MboSetRemote getMboSet()
public void close()
throws java.rmi.RemoteException,
MXException
close in interface MboIteratorjava.rmi.RemoteExceptionMXException