Class CopyObjectsEvent

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

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

EVENT_IN_PROGRESS events include an array of the Map results returned by the copy operation, see StorageService.copyObject(String, String, String, StorageObject, boolean). These objects are available via getCopyResults().

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

Author:
James Murty