Package | Description |
---|---|
org.jets3t.apps.cockpit |
Provides Cockpit, a graphical Java application for viewing and managing the contents of an Amazon S3 account.
|
org.jets3t.apps.cockpitlite |
Provides CockpitLite, a graphical Java application for viewing and managing the contents
of an Amazon S3 account, where the S3 account is not owned by the application's user
directly but is made available via the Gatekeeper servlet.
|
org.jets3t.apps.uploader |
Provides the Uploader application, a simple wizard-based application that S3 account holders
(Service Providers) may provide to clients to allow them to upload files to S3 without requiring
access to the Service Provider's S3 credentials.
|
org.jets3t.service.multithread |
A multi-threading utility that manages multiple S3 interactions at once by wrapping an S3Service
implementation and running this service with multiple threads.
|
Modifier and Type | Method and Description |
---|---|
void |
Cockpit.s3ServiceEventPerformed(CreateBucketsEvent event)
This method is an
S3ServiceEventListener action method that is invoked when this
application's S3ServiceMulti triggers a CreateBucketsEvent . |
Modifier and Type | Method and Description |
---|---|
void |
CockpitLite.s3ServiceEventPerformed(CreateBucketsEvent event) |
Modifier and Type | Method and Description |
---|---|
void |
Uploader.s3ServiceEventPerformed(CreateBucketsEvent event) |
Modifier and Type | Method and Description |
---|---|
static CreateBucketsEvent |
CreateBucketsEvent.newCancelledEvent(S3Bucket[] incompletedBuckets,
Object uniqueOperationId) |
static CreateBucketsEvent |
CreateBucketsEvent.newCompletedEvent(Object uniqueOperationId) |
static CreateBucketsEvent |
CreateBucketsEvent.newErrorEvent(Throwable t,
Object uniqueOperationId) |
static CreateBucketsEvent |
CreateBucketsEvent.newIgnoredErrorsEvent(ThreadWatcher threadWatcher,
Throwable[] ignoredErrors,
Object uniqueOperationId) |
static CreateBucketsEvent |
CreateBucketsEvent.newInProgressEvent(ThreadWatcher threadWatcher,
S3Bucket[] completedBuckets,
Object uniqueOperationId) |
static CreateBucketsEvent |
CreateBucketsEvent.newStartedEvent(ThreadWatcher threadWatcher,
Object uniqueOperationId) |
Modifier and Type | Method and Description |
---|---|
void |
S3ServiceEventListener.s3ServiceEventPerformed(CreateBucketsEvent event) |
void |
S3ServiceEventAdaptor.s3ServiceEventPerformed(CreateBucketsEvent event) |
Copyright © 2006–2018. All rights reserved.