Java Client API Reference 6.0.2.61

com.ssaglobal.bde
Interface IBdeMessageIterator


public interface IBdeMessageIterator

Iterator object containing zero or more IBdeMessage.


Method Summary
 boolean hasMoreElements()
          indicates if there are more elements present in this iterator.
 IBdeMessage nextElement()
          Returns the next IBdeMessage present in this Iterator.
 

Method Detail

hasMoreElements

public boolean hasMoreElements()
indicates if there are more elements present in this iterator.
Returns:
boolean

nextElement

public IBdeMessage nextElement()
                        throws BdeException
Returns the next IBdeMessage present in this Iterator.
Returns:
IBdeMessageIterator.

Java Client API Reference 6.0.2.61

Visit the SSA Global website for more information.