public class MboListIterator extends java.lang.Object implements MboIterator
| Constructor and Description |
|---|
MboListIterator(java.util.List set) |
MboListIterator(java.util.List set,
java.lang.String name,
UserInfo userInfo) |
| 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) |
public MboListIterator(java.util.List set)
public MboListIterator(java.util.List set,
java.lang.String name,
UserInfo userInfo)
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 void close()
throws java.rmi.RemoteException,
MXException
close in interface MboIteratorjava.rmi.RemoteExceptionMXException