com.waveset.adapter
Interface ObjectIterator


public interface ObjectIterator


Field Summary
static java.lang.String code_id
          This is only public so that it can be contained in an interface.
 
Method Summary
 void close()
           
 boolean hasNext()
           
 WSUser next()
           
 

Field Detail

code_id

public static final java.lang.String code_id
This is only public so that it can be contained in an interface.

See Also:
Constant Field Values
Method Detail

hasNext

public boolean hasNext()
                throws WavesetException
Throws:
WavesetException

next

public WSUser next()
            throws java.util.NoSuchElementException,
                   WavesetException
Throws:
java.util.NoSuchElementException
WavesetException

close

public void close()