com.arjuna.ats.arjuna.objectstore
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.
Method Summary |
Uid |
iterate()
return the Uids from the list one at a time. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ObjectStoreIterator
public ObjectStoreIterator(RecoveryStore recoveryStore,
String tName)
iterate
public final Uid iterate()
- 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)
Copyright © 2011. All Rights Reserved.