Oracle Application Server Wireless Java API Reference
B14043-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

finish

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

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
Throws:
FeedException

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
B14043-01


Copyright © 2004 Oracle Corporation. All Rights Reserved.