|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.waveset.adapter.SVIDResourceAdapter.AcctIter
AccountIterator implementation that can be built by construction from the output of "lsuser ALL". Builds users on the fly as the iterator progresses. DOES NOT fill in user attributes yet.
Field Summary |
Fields inherited from interface com.waveset.adapter.AccountIterator |
code_id |
Constructor Summary | |
SVIDResourceAdapter.AcctIter(CaptureList captureList)
Convenience constructor that builds an account iterator from a string of space delimited user names. |
Method Summary | |
void |
close()
Closes the iterator. |
boolean |
hasNext()
Returns true if there are more users to go. |
WSUser |
next()
Returns the next user. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public SVIDResourceAdapter.AcctIter(CaptureList captureList)
Method Detail |
public boolean hasNext()
hasNext
in interface AccountIterator
public WSUser next() throws WavesetException
next
in interface AccountIterator
WavesetException
public void close()
close
in interface AccountIterator
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |