com.waveset.adapter
Class ScriptedHostResourceAdapter.ScriptedAccountIterator

java.lang.Object
  extended bycom.waveset.adapter.ScriptedHostResourceAdapter.ScriptedAccountIterator
All Implemented Interfaces:
AccountIterator
Enclosing class:
ScriptedHostResourceAdapter

public static class ScriptedHostResourceAdapter.ScriptedAccountIterator
extends java.lang.Object
implements AccountIterator


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

Constructor Detail

ScriptedHostResourceAdapter.ScriptedAccountIterator

public ScriptedHostResourceAdapter.ScriptedAccountIterator(ScriptedHostResourceAdapter adapter,
                                                           java.lang.String actionName,
                                                           java.lang.String jsScript)
                                                    throws WavesetException
Method Detail

hasNext

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

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

finalize

public void finalize()