public class MboListIterator extends java.lang.Object implements MboIterator
Constructor and Description |
---|
MboListIterator(java.util.List<MboRemote> set) |
MboListIterator(java.util.List<MboRemote> 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<MboRemote> set)
public java.lang.String getName() throws MXException
getName
in interface MboIterator
MXException
public int count() throws MXException
count
in interface MboIterator
MXException
public MboRemote get(int index) throws MXException
get
in interface MboIterator
MXException
public void remove(int index) throws MXException
remove
in interface MboIterator
MXException
public void setDiscardable() throws MXException
setDiscardable
in interface MboIterator
MXException
public UserInfo getUserInfo() throws MXException
getUserInfo
in interface MboIterator
MXException
public void setSkipFirstNRows(int skipRows)
setSkipFirstNRows
in interface MboIterator
public boolean canSkipRows()
canSkipRows
in interface MboIterator
public void close() throws java.rmi.RemoteException, MXException
close
in interface MboIterator
java.rmi.RemoteException
MXException