com.waveset.adapter
Class SmartRolesResourceAdapter.AcctIter

java.lang.Object
  extended bycom.waveset.adapter.SmartRolesResourceAdapter.AcctIter
All Implemented Interfaces:
AccountIterator
Enclosing class:
SmartRolesResourceAdapter

public class SmartRolesResourceAdapter.AcctIter
extends java.lang.Object
implements AccountIterator


Field Summary
 
Fields inherited from interface com.waveset.adapter.AccountIterator
code_id
 
Constructor Summary
SmartRolesResourceAdapter.AcctIter()
           
 
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
 

Constructor Detail

SmartRolesResourceAdapter.AcctIter

public SmartRolesResourceAdapter.AcctIter()
                                   throws WavesetException
Method Detail

hasNext

public boolean hasNext()
Specified by:
hasNext in interface AccountIterator

next

public WSUser next()
            throws java.util.NoSuchElementException,
                   WavesetException
Specified by:
next in interface AccountIterator
Returns:
the next account

Throws:
java.util.NoSuchElementException
WavesetException

close

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