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 | Class and Description |
---|---|
class |
Cockpit
Cockpit is a graphical Java application for viewing and managing the contents of an Amazon S3 account.
|
Modifier and Type | Class and Description |
---|---|
class |
CockpitLite
CockpitLite is 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 by a service provider.
|
Modifier and Type | Class and Description |
---|---|
class |
Uploader
Dual application and applet for uploading files and XML metadata information to the Amazon S3
service.
|
Modifier and Type | Class and Description |
---|---|
class |
S3ServiceEventAdaptor
Simple implementation of
S3ServiceEventListener to listen for events produced by
S3ServiceMulti . |
Modifier and Type | Method and Description |
---|---|
void |
S3ServiceMulti.addServiceEventListener(S3ServiceEventListener listener)
Deprecated.
Adds a service event listener to the set of listeners that will be notified of events.
|
void |
S3ServiceMulti.removeServiceEventListener(S3ServiceEventListener listener)
Deprecated.
Removes a service event listener from the set of listeners that will be notified of events.
|
Constructor and Description |
---|
S3ServiceMulti(S3Service s3Service,
S3ServiceEventListener listener)
Deprecated.
Construct a multi-threaded service based on an S3Service and which sends event notifications
to an event listening class.
|
S3ServiceMulti(S3Service s3Service,
S3ServiceEventListener listener,
long threadSleepTimeMS)
Deprecated.
Construct a multi-threaded service based on an S3Service and which sends event notifications
to an event listening class, and which will send EVENT_IN_PROGRESS events at the specified
time interval.
|
Copyright © 2006–2018. All rights reserved.