static GetObjectsEvent |
GetObjectsEvent.newCancelledEvent(StorageObject[] incompletedObjects,
java.lang.Object uniqueOperationId) |
static GetObjectsEvent |
GetObjectsEvent.newCompletedEvent(java.lang.Object uniqueOperationId) |
static GetObjectsEvent |
GetObjectsEvent.newErrorEvent(java.lang.Throwable t,
java.lang.Object uniqueOperationId) |
static GetObjectsEvent |
GetObjectsEvent.newIgnoredErrorsEvent(ThreadWatcher threadWatcher,
java.lang.Throwable[] ignoredErrors,
java.lang.Object uniqueOperationId) |
static GetObjectsEvent |
GetObjectsEvent.newInProgressEvent(ThreadWatcher threadWatcher,
StorageObject[] completedObjects,
java.lang.Object uniqueOperationId) |
static GetObjectsEvent |
GetObjectsEvent.newStartedEvent(ThreadWatcher threadWatcher,
java.lang.Object uniqueOperationId) |