Class ObjectStoreIterator

java.lang.Object
com.arjuna.ats.arjuna.objectstore.ObjectStoreIterator

public class ObjectStoreIterator extends Object
Class that allows us to iterate through instances of objects that may be stored within a specific object store.
  • Constructor Details

  • Method Details

    • iterate

      public final Uid iterate() throws IOException
      return the Uids from the list one at a time. ObjStore returns either null list or a list terminated by the NIL_UID. Use the latter to return 0 (for end of list)
      Throws:
      IOException