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