org.wfmc.wapi2
Interface WMEntityIterator

All Superinterfaces:
java.util.Iterator, WMIterator
All Known Implementing Classes:
WMEntityIteratorImpl

public interface WMEntityIterator
extends WMIterator

Iterator for retrieving WAPI2 entities.

Author:
Adrian Price

Method Summary
 WMEntity tsNext()
          Retrieves the next entity.
 
Methods inherited from interface org.wfmc.wapi.WMIterator
getCount
 
Methods inherited from interface java.util.Iterator
hasNext, next, remove
 

Method Detail

tsNext

public WMEntity tsNext()
                throws WMNoMoreDataException
Retrieves the next entity.

Returns:
The entity.
Throws:
WMNoMoreDataException - if no more data are available.


SourceForge.net Logo OBE-1.0 Copyright (C) 2002-2006 Adrian Price. All Rights Reserved.