com.waveset.adapter
Class BufferedObjectQueue

java.lang.Object
  extended bycom.waveset.adapter.BufferedObjectQueue

public class BufferedObjectQueue
extends java.lang.Object


Field Summary
static java.lang.String code_id
           
 
Constructor Summary
BufferedObjectQueue(Supplier supplier)
           
 
Method Summary
 void close()
           
 boolean hasNext()
           
 GenericObject next()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

code_id

public static final java.lang.String code_id
See Also:
Constant Field Values
Constructor Detail

BufferedObjectQueue

public BufferedObjectQueue(Supplier supplier)
                    throws WavesetException
Method Detail

hasNext

public boolean hasNext()
                throws WavesetException
Throws:
WavesetException

next

public GenericObject next()
                   throws java.util.NoSuchElementException,
                          WavesetException
Throws:
java.util.NoSuchElementException
WavesetException

close

public void close()