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 Summary
Constructors Constructor Description ObjectStoreIterator(RecoveryStore recoveryStore, String tName)
-
-
-
Constructor Detail
-
ObjectStoreIterator
public ObjectStoreIterator(RecoveryStore recoveryStore, String tName) throws ObjectStoreException
- Throws:
ObjectStoreException
-
-
Method Detail
-
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
-
-