Class COM.ibm.jaws.services.filepobc.FilepoIterator
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class COM.ibm.jaws.services.filepobc.FilepoIterator

java.lang.Object
   |
   +----COM.ibm.jaws.services.filepobc.FilepoIterator

public class FilepoIterator
extends Object
implements Iterator

Constructor Index

 o FilepoIterator(BaseCollection, String, String, String)
Constructs a FilepoIterator that can be used for either object or key queries.

Method Index

 o getNext()
 o reset()

Constructors

 o FilepoIterator
  public FilepoIterator(BaseCollection bC,
                        String bcDirectoryPath,
                        String queryArguments,
                        String queryKey)
Constructs a FilepoIterator that can be used for either object or key queries.

Methods

 o getNext
  public Object getNext()
 o reset
  public void reset()

All Packages  Class Hierarchy  This Package  Previous  Next  Index