Oracle Application Server Wireless Java API Reference
B10400-01

oracle.panama.feed
Interface ParamIterator


public interface ParamIterator

Method Summary
 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
FeedException

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.

Oracle Application Server Wireless Java API Reference
B10400-01

Copyright © 2003 Oracle Corporation. All Rights Reserved.