Package org.jets3t.service.multi

Interface Summary
CancelEventTrigger Interface implemented by multi-threaded operations that can be cancelled prior to finishing.
StorageServiceEventListener Listener for events produced by ThreadedStorageService.
 

Class Summary
DownloadPackage A simple container object to associate a StorageObject with an output file or output stream to which the object's data will be written.
SimpleThreadedStorageService S3 service wrapper that performs multiple S3 requests at a time using multi-threading and an underlying thread-safe StorageService implementation.
StorageServiceEventAdaptor Simple implementation of StorageServiceEventListener to listen for events produced by ThreadedStorageService.
ThreadedStorageService Storage service wrapper that performs multiple service requests at a time using multi-threading and an underlying thread-safe StorageService implementation.
ThreadWatcher A thread watcher is associated with a multi-threaded operation and contains information about the progress of the operation.