oracle.panama.feed
Interface ParamIterator


public interface ParamIterator


Method Summary
TypeMethod
 void finish()
          Discard the remaining feed params.
 boolean hasMoreParams()
          See if we have more download args
 java.util.Map nextParams()
          Get the next feed params as a name-value mapping
 void reset()
          Reset the iterator -- params will be re-read, iterator will start from first param again.
 

Method Detail

hasMoreParams

public boolean hasMoreParams()
See if we have more download args

nextParams

public java.util.Map nextParams()
                         throws FeedException
Get the next feed params as a name-value mapping

finish

public void finish()
Discard the remaining feed params. After calling this, hasMore() should always return false.

reset

public void reset()
Reset the iterator -- params will be re-read, iterator will start from first param again.