Class CreateObjectsEvent

java.lang.Object
org.jets3t.service.multi.event.ServiceEvent
org.jets3t.service.multi.event.CreateObjectsEvent

public class CreateObjectsEvent extends ServiceEvent
Multi-threaded service event fired by ThreadedStorageService.putObjects(String, StorageObject[]).

EVENT_IN_PROGRESS events include an array of the StorageObjects that have been created since the last progress event was fired. These objects are available via getCreatedObjects().

EVENT_CANCELLED events include an array of the StorageObjects that had not been created before the operation was cancelled. These objects are available via getCancelledObjects().

Author:
James Murty