public interface AsyncRevObjectQueue extends AsyncOperation
| Modifier and Type | Method and Description |
|---|---|
RevObject |
next()
Obtain the next object.
|
cancel, releaseRevObject next() throws MissingObjectException, java.io.IOException
MissingObjectException - the object does not exist. There may be more objects
remaining in the iteration, the application should call
next() again.java.io.IOException - the object store cannot be accessed.Copyright © 2012. All Rights Reserved.