com.waveset.adapter
Class ExampleSPML2ResourceAdapter.ExampleSPML2AccountIterator

java.lang.Object
  extended bycom.waveset.adapter.ExampleSPML2ResourceAdapter.ExampleSPML2AccountIterator
All Implemented Interfaces:
AccountIterator
Enclosing class:
ExampleSPML2ResourceAdapter

public class ExampleSPML2ResourceAdapter.ExampleSPML2AccountIterator
extends java.lang.Object
implements AccountIterator


Field Summary
 
Fields inherited from interface com.waveset.adapter.AccountIterator
code_id
 
Method Summary
 void close()
           
 boolean hasNext()
           
 WSUser next()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

hasNext

public boolean hasNext()
                throws WavesetException
Specified by:
hasNext in interface AccountIterator
Throws:
WavesetException

next

public WSUser next()
Specified by:
next in interface AccountIterator
Returns:
the next account


close

public void close()
Specified by:
close in interface AccountIterator