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