Serialized Form


Package org.apache.commons.httpclient.contrib.proxy

Class org.apache.commons.httpclient.contrib.proxy.PluginProxyTestApplet extends JApplet implements Serializable

Serialized Fields

urlTextField

JTextField urlTextField

grid

JPanel grid

hostLabel

JLabel hostLabel

portLabel

JLabel portLabel

Class org.apache.commons.httpclient.contrib.proxy.ProxyDetectionException extends Exception implements Serializable


Package org.jets3t.apps.cockpit

Class org.jets3t.apps.cockpit.Cockpit extends JApplet implements Serializable

serialVersionUID: -3982368878320163058L

Serialized Fields

cockpitHomeDirectory

File cockpitHomeDirectory

cockpitPreferences

CockpitPreferences cockpitPreferences

insetsZero

Insets insetsZero

insetsDefault

Insets insetsDefault

byteFormatter

ByteFormatter byteFormatter

timeFormatter

TimeFormatter timeFormatter

yearAndTimeSDF

SimpleDateFormat yearAndTimeSDF

timeSDF

SimpleDateFormat timeSDF

guiUtils

GuiUtils guiUtils

s3ServiceMulti

S3ServiceMulti s3ServiceMulti
Multi-threaded S3 service used by the application.


cloudFrontService

CloudFrontService cloudFrontService

cloudFrontMembershipChecked

boolean cloudFrontMembershipChecked

ownerFrame

JFrame ownerFrame

isStandAloneApplication

boolean isStandAloneApplication

loginMenuItem

JMenuItem loginMenuItem

logoutMenuItem

JMenuItem logoutMenuItem

loginSwitchMenu

JMenu loginSwitchMenu

bucketActionMenu

JPopupMenu bucketActionMenu

viewBucketPropertiesMenuItem

JMenuItem viewBucketPropertiesMenuItem

refreshBucketMenuItem

JMenuItem refreshBucketMenuItem

createBucketMenuItem

JMenuItem createBucketMenuItem

manageDistributionsMenuItem

JMenuItem manageDistributionsMenuItem

updateBucketACLMenuItem

JMenuItem updateBucketACLMenuItem

updateBucketRequesterPaysStatusMenuItem

JMenuItem updateBucketRequesterPaysStatusMenuItem

deleteBucketMenuItem

JMenuItem deleteBucketMenuItem

objectActionMenu

JPopupMenu objectActionMenu

refreshObjectMenuItem

JMenuItem refreshObjectMenuItem

viewOrModifyObjectAttributesMenuItem

JMenuItem viewOrModifyObjectAttributesMenuItem

copyObjectsMenuItem

JMenuItem copyObjectsMenuItem

updateObjectACLMenuItem

JMenuItem updateObjectACLMenuItem

downloadObjectMenuItem

JMenuItem downloadObjectMenuItem

uploadFilesMenuItem

JMenuItem uploadFilesMenuItem

generatePublicGetUrls

JMenuItem generatePublicGetUrls

generateTorrentUrl

JMenuItem generateTorrentUrl

deleteObjectMenuItem

JMenuItem deleteObjectMenuItem

bucketLoggingMenuItem

JMenuItem bucketLoggingMenuItem

preferencesDialogMenuItem

JMenuItem preferencesDialogMenuItem

cockpitHelpMenuItem

JMenuItem cockpitHelpMenuItem

amazonS3HelpMenuItem

JMenuItem amazonS3HelpMenuItem

bucketsTable

JTable bucketsTable

objectsTable

JTable objectsTable

objectsTableSP

JScrollPane objectsTableSP

bucketTableModel

BucketTableModel bucketTableModel

bucketTableModelSorter

TableSorter bucketTableModelSorter

objectTableModel

ObjectTableModel objectTableModel

objectTableModelSorter

TableSorter objectTableModelSorter

objectsSummaryLabel

JLabel objectsSummaryLabel

cachedBuckets

HashMap<K,V> cachedBuckets

progressDialog

ProgressDialog progressDialog

objectsAttributesDialog

ObjectsAttributesDialog objectsAttributesDialog

downloadDirectory

File downloadDirectory

fileChoosersLastUploadDirectory

File fileChoosersLastUploadDirectory

filterObjectsPanel

JPanel filterObjectsPanel

filterObjectsCheckBox

JCheckBox filterObjectsCheckBox

filterObjectsPrefix

JTextField filterObjectsPrefix

filterObjectsDelimiter

JComboBox filterObjectsDelimiter

encryptionUtil

EncryptionUtil encryptionUtil

cockpitProperties

Jets3tProperties cockpitProperties

skinsFactory

SkinsFactory skinsFactory

currentSelectedBucket

S3Bucket currentSelectedBucket

loginAwsCredentialsMap

HashMap<K,V> loginAwsCredentialsMap

Class org.jets3t.apps.cockpit.CockpitPreferences extends Object implements Serializable

serialVersionUID: 6072192057121567975L

Serialized Fields

rememberPreferences

boolean rememberPreferences

uploadACLPermission

String uploadACLPermission

uploadCompressionActive

boolean uploadCompressionActive

uploadEncryptionActive

boolean uploadEncryptionActive

uploadStorageClass

String uploadStorageClass

encryptionPassword

String encryptionPassword

encryptionAlgorithm

String encryptionAlgorithm

Package org.jets3t.apps.cockpit.gui

Class org.jets3t.apps.cockpit.gui.AccessControlDialog extends JDialog implements Serializable

serialVersionUID: -6621927508514378546L

Serialized Fields

guiUtils

GuiUtils guiUtils

hyperlinkListener

HyperlinkActivatedListener hyperlinkListener

originalAccessControlList

AccessControlList originalAccessControlList

updatedAccessControlList

AccessControlList updatedAccessControlList

itemsDescription

JHtmlLabel itemsDescription

canonicalGranteeTable

JTable canonicalGranteeTable

canonicalGranteeTableModel

org.jets3t.apps.cockpit.gui.AccessControlDialog.GranteeTableModel canonicalGranteeTableModel

emailGranteeTable

JTable emailGranteeTable

emailGranteeTableModel

org.jets3t.apps.cockpit.gui.AccessControlDialog.GranteeTableModel emailGranteeTableModel

groupGranteeTable

JTable groupGranteeTable

groupGranteeTableModel

org.jets3t.apps.cockpit.gui.AccessControlDialog.GranteeTableModel groupGranteeTableModel

permissionComboBox

JComboBox permissionComboBox
The set of access permission values.


groupGranteeComboBox

JComboBox groupGranteeComboBox
The set of groups.


insetsZero

Insets insetsZero

insetsDefault

Insets insetsDefault

insetsZeroAtBottom

Insets insetsZeroAtBottom

insetsZeroAtTop

Insets insetsZeroAtTop

Class org.jets3t.apps.cockpit.gui.AWSCredentialsDialog extends JDialog implements Serializable

serialVersionUID: -8201015667689728582L

Serialized Fields

loginCredentialsPanel

LoginCredentialsPanel loginCredentialsPanel

okButton

JButton okButton

isConfirmed

boolean isConfirmed

insetsZero

Insets insetsZero

insetsDefault

Insets insetsDefault

Class org.jets3t.apps.cockpit.gui.AWSDevPayProductPanel extends JPanel implements Serializable

serialVersionUID: -5192203961525549067L

Serialized Fields

insetsDefault

Insets insetsDefault

awsProductRadioButton

JRadioButton awsProductRadioButton

awsProductListComboBox

JComboBox awsProductListComboBox

awsProductTokenRadioButton

JRadioButton awsProductTokenRadioButton

awsProductTokenTextField

JTextField awsProductTokenTextField

internalComponents

Component[] internalComponents

Class org.jets3t.apps.cockpit.gui.BucketLoggingDialog extends JDialog implements Serializable

serialVersionUID: 7251165117085406917L

Serialized Fields

ownerFrame

Frame ownerFrame

s3Service

S3Service s3Service

loggingStatusMap

HashMap<K,V> loggingStatusMap

loggedBucketComboBox

JComboBox loggedBucketComboBox

loggedToBucketComboBox

JComboBox loggedToBucketComboBox

prefixTextField

JTextField prefixTextField

finishedButton

JButton finishedButton

insetsDefault

Insets insetsDefault

Class org.jets3t.apps.cockpit.gui.BucketTableModel extends DefaultTableModel implements Serializable

serialVersionUID: 7957867859342194534L

Serialized Fields

guiUtils

GuiUtils guiUtils

bucketList

ArrayList<E> bucketList

includeDistributions

boolean includeDistributions

distributionActiveIcon

Icon distributionActiveIcon

Class org.jets3t.apps.cockpit.gui.CreateBucketDialog extends JDialog implements Serializable

serialVersionUID: -8085778146542157010L

Serialized Fields

okClicked

boolean okClicked

bucketNameTextField

JTextField bucketNameTextField

bucketNameIsValidDNSResultLabel

JLabel bucketNameIsValidDNSResultLabel

bucketLocationComboBox

JComboBox bucketLocationComboBox

okButton

JButton okButton

cancelButton

JButton cancelButton

insetsDefault

Insets insetsDefault

Class org.jets3t.apps.cockpit.gui.LoginCredentialsPanel extends JPanel implements Serializable

serialVersionUID: 5819631423081597078L

Serialized Fields

insetsDefault

Insets insetsDefault

insetsZero

Insets insetsZero

hyperlinkListener

HyperlinkActivatedListener hyperlinkListener

awsAccessKeyTextField

JTextField awsAccessKeyTextField

awsSecretKeyPasswordField

JPasswordField awsSecretKeyPasswordField

useDevPayCheckBox

JCheckBox useDevPayCheckBox

awsUserTokenTextField

JTextField awsUserTokenTextField

awsProductPanel

AWSDevPayProductPanel awsProductPanel

friendlyNameTextField

JTextField friendlyNameTextField

askForFriendlyName

boolean askForFriendlyName

awsDevPayComponents

Component[] awsDevPayComponents

Class org.jets3t.apps.cockpit.gui.LoginLocalFolderPanel extends JPanel implements Serializable

serialVersionUID: 1500994545263522051L

Serialized Fields

insetsDefault

Insets insetsDefault

ownerFrame

Frame ownerFrame

hyperlinkListener

HyperlinkActivatedListener hyperlinkListener

cockpitHomeFolder

File cockpitHomeFolder

folderPathTextField

JTextField folderPathTextField

accountNicknameTable

JTable accountNicknameTable

nicknamesTableModel

org.jets3t.apps.cockpit.gui.LoginLocalFolderPanel.AWSCredentialsFileTableModel nicknamesTableModel

passwordPasswordField

JPasswordField passwordPasswordField

Class org.jets3t.apps.cockpit.gui.LoginPassphrasePanel extends JPanel implements Serializable

serialVersionUID: -5554177389537270280L

Serialized Fields

insetsDefault

Insets insetsDefault

hyperlinkListener

HyperlinkActivatedListener hyperlinkListener

passphraseTextField

JTextField passphraseTextField

passwordPasswordField

JPasswordField passwordPasswordField

Class org.jets3t.apps.cockpit.gui.ObjectTableModel extends DefaultTableModel implements Serializable

serialVersionUID: 8570725021470237261L

Serialized Fields

objectList

ArrayList<E> objectList

Class org.jets3t.apps.cockpit.gui.PreferencesDialog extends JDialog implements Serializable

serialVersionUID: 4017680813954709789L

Serialized Fields

cockpitPreferences

CockpitPreferences cockpitPreferences

ownerFrame

Frame ownerFrame

hyperlinkListener

HyperlinkActivatedListener hyperlinkListener

aclButtonGroup

ButtonGroup aclButtonGroup

compressButtonGroup

ButtonGroup compressButtonGroup

encryptButtonGroup

ButtonGroup encryptButtonGroup

encryptPasswordField

JPasswordField encryptPasswordField

confirmPasswordField

JPasswordField confirmPasswordField

encryptAlgorithmComboBox

JComboBox encryptAlgorithmComboBox

storageClassComboBox

JComboBox storageClassComboBox

okButton

JButton okButton

cancelButton

JButton cancelButton

rememberPreferencesCheckBox

JCheckBox rememberPreferencesCheckBox

tabbedPane

JTabbedPane tabbedPane

insetsDefault

Insets insetsDefault

Class org.jets3t.apps.cockpit.gui.RequesterPaysDialog extends JDialog implements Serializable

serialVersionUID: 2406896456675486928L

Serialized Fields

okClicked

boolean okClicked

bucketNameTextField

JTextField bucketNameTextField

requesterPaysCheckBox

JCheckBox requesterPaysCheckBox

okButton

JButton okButton

cancelButton

JButton cancelButton

insetsDefault

Insets insetsDefault

Class org.jets3t.apps.cockpit.gui.SignedGetUrlDialog extends JDialog implements Serializable

serialVersionUID: -3243824805519630114L

Serialized Fields

ownerFrame

Frame ownerFrame

hyperlinkListener

HyperlinkActivatedListener hyperlinkListener

s3Service

S3Service s3Service

objects

S3Object[] objects

virtualHostCheckBox

JCheckBox virtualHostCheckBox

requesterPaysCheckBox

JCheckBox requesterPaysCheckBox

httpsUrlsCheckBox

JCheckBox httpsUrlsCheckBox

expiryTimeTextField

JTextField expiryTimeTextField

signedUrlsTextArea

JTextArea signedUrlsTextArea

finishedButton

JButton finishedButton

insetsDefault

Insets insetsDefault

Class org.jets3t.apps.cockpit.gui.StartupDialog extends JDialog implements Serializable

serialVersionUID: -2520889480615456474L

Serialized Fields

ownerFrame

Frame ownerFrame

hyperlinkListener

HyperlinkActivatedListener hyperlinkListener

myProperties

Jets3tProperties myProperties

awsCredentials

AWSCredentials awsCredentials

okButton

JButton okButton

cancelButton

JButton cancelButton

storeCredentialsButton

JButton storeCredentialsButton

tabbedPane

JTabbedPane tabbedPane

loginPassphrasePanel

LoginPassphrasePanel loginPassphrasePanel

loginLocalFolderPanel

LoginLocalFolderPanel loginLocalFolderPanel

loginCredentialsPanel

LoginCredentialsPanel loginCredentialsPanel

insetsZero

Insets insetsZero

insetsDefault

Insets insetsDefault

loginMode

int loginMode

Package org.jets3t.apps.cockpitlite

Class org.jets3t.apps.cockpitlite.CLObjectTableModel extends DefaultTableModel implements Serializable

serialVersionUID: 8570725021470237261L

Serialized Fields

objectList

ArrayList<E> objectList

usersPath

String usersPath

Class org.jets3t.apps.cockpitlite.CockpitLite extends JApplet implements Serializable

serialVersionUID: 4969295009540293079L

Serialized Fields

insetsZero

Insets insetsZero

insetsDefault

Insets insetsDefault

byteFormatter

ByteFormatter byteFormatter

byteFormatterTerse

ByteFormatter byteFormatterTerse

timeFormatterTerse

TimeFormatter timeFormatterTerse

yearAndTimeSDF

SimpleDateFormat yearAndTimeSDF

timeSDF

SimpleDateFormat timeSDF

guiUtils

GuiUtils guiUtils

cockpitLiteProperties

Jets3tProperties cockpitLiteProperties

standAloneArgumentProperties

Properties standAloneArgumentProperties
Properties set in stand-alone application from the command line arguments.


progressPanelMap

Map<K,V> progressPanelMap
Stores the active ProgressPanel objects that track event progress.


lock

Object lock

s3ServiceMulti

S3ServiceMulti s3ServiceMulti
Multi-threaded S3 service used by the application.


gkClient

GatekeeperClientUtils gkClient

userBucketName

String userBucketName

userVanityHost

String userVanityHost

userPath

String userPath

userCanUpload

boolean userCanUpload

userCanDownload

boolean userCanDownload

userCanDelete

boolean userCanDelete

userCanACL

boolean userCanACL

isRunningAsApplet

boolean isRunningAsApplet

ownerFrame

Frame ownerFrame

isStandAloneApplication

boolean isStandAloneApplication

skinsFactory

SkinsFactory skinsFactory

stackPanel

JPanel stackPanel

stackPanelCardLayout

CardLayout stackPanelCardLayout

objectActionMenu

JPopupMenu objectActionMenu

viewObjectPropertiesMenuItem

JMenuItem viewObjectPropertiesMenuItem

refreshObjectMenuItem

JMenuItem refreshObjectMenuItem

togglePublicMenuItem

JMenuItem togglePublicMenuItem

downloadObjectMenuItem

JMenuItem downloadObjectMenuItem

uploadFilesMenuItem

JMenuItem uploadFilesMenuItem

generatePublicGetUrl

JMenuItem generatePublicGetUrl

deleteObjectMenuItem

JMenuItem deleteObjectMenuItem

loginPanel

JPanel loginPanel

loginButton

JButton loginButton

objectsHeadingLabel

JLabel objectsHeadingLabel

objectsTable

JTable objectsTable

objectsTableSP

JScrollPane objectsTableSP

objectTableModel

CLObjectTableModel objectTableModel

objectTableModelSorter

TableSorter objectTableModelSorter

progressNotificationPanel

JPanel progressNotificationPanel

objectsSummaryLabel

JLabel objectsSummaryLabel

progressDialog

ProgressDialog progressDialog

userInputFields

UserInputFields userInputFields

downloadDirectory

File downloadDirectory

downloadObjectsToFileMap

Map<K,V> downloadObjectsToFileMap

isDownloadingObjects

boolean isDownloadingObjects

isUploadingFiles

boolean isUploadingFiles

filesAlreadyInDownloadDirectoryMap

Map<K,V> filesAlreadyInDownloadDirectoryMap

s3DownloadObjectsMap

Map<K,V> s3DownloadObjectsMap

filesForUploadMap

Map<K,V> filesForUploadMap

s3ExistingObjectsMap

Map<K,V> s3ExistingObjectsMap

fileChoosersLastUploadDirectory

File fileChoosersLastUploadDirectory

filterObjectsPanel

JPanel filterObjectsPanel

filterObjectsCheckBox

JCheckBox filterObjectsCheckBox

filterObjectsPrefix

JTextField filterObjectsPrefix

isViewingObjectProperties

boolean isViewingObjectProperties
Flag used to indicate the "viewing objects" application state.

Class org.jets3t.apps.cockpitlite.ToggleAclDialog extends JDialog implements Serializable

Serialized Fields

applicationProperties

Properties applicationProperties

isPublicObject

boolean isPublicObject

hyperlinkListener

HyperlinkActivatedListener hyperlinkListener

skinsFactory

SkinsFactory skinsFactory

insetsZero

Insets insetsZero

insetsDefault

Insets insetsDefault

privateRadioButton

JRadioButton privateRadioButton

publicRadioButton

JRadioButton publicRadioButton

Package org.jets3t.apps.synchronize

Class org.jets3t.apps.synchronize.SynchronizeException extends Exception implements Serializable

serialVersionUID: -6177810202074757106L


Package org.jets3t.apps.uploader

Class org.jets3t.apps.uploader.Uploader extends JApplet implements Serializable

serialVersionUID: 2759324769352022783L

Serialized Fields

ownerFrame

Frame ownerFrame

userInputFields

UserInputFields userInputFields

userInputProperties

Properties userInputProperties

httpClientGatekeeper

org.apache.commons.httpclient.HttpClient httpClientGatekeeper

s3ServiceMulti

S3ServiceMulti s3ServiceMulti

filesToUpload

File[] filesToUpload
The files to upload to S3.


validFileExtensions

ArrayList<E> validFileExtensions
The list of file extensions accepted by the Uploader.


uploaderProperties

Jets3tProperties uploaderProperties
Uploader's properties.


standAloneArgumentProperties

Properties standAloneArgumentProperties
Properties set in stand-alone application from the command line arguments.


byteFormatter

ByteFormatter byteFormatter

timeFormatter

TimeFormatter timeFormatter

fileMaxCount

int fileMaxCount

fileMaxSizeMB

long fileMaxSizeMB

fileMinSizeMB

long fileMinSizeMB

insetsDefault

Insets insetsDefault

insetsNone

Insets insetsNone

guiUtils

GuiUtils guiUtils

currentState

int currentState

isRunningAsApplet

boolean isRunningAsApplet

parametersMap

HashMap<K,V> parametersMap

skinsFactory

SkinsFactory skinsFactory

GRID_BAG_LAYOUT

GridBagLayout GRID_BAG_LAYOUT

userGuidanceLabel

JHtmlLabel userGuidanceLabel

appContentPanel

JPanel appContentPanel

buttonsPanel

JPanel buttonsPanel

primaryPanel

JPanel primaryPanel

primaryPanelCardLayout

CardLayout primaryPanelCardLayout

buttonsPanelCardLayout

CardLayout buttonsPanelCardLayout

backButton

JButton backButton

nextButton

JButton nextButton

cancelUploadButton

JButton cancelUploadButton

dragDropTargetLabel

JHtmlLabel dragDropTargetLabel

fileToUploadLabel

JHtmlLabel fileToUploadLabel

fileInformationLabel

JHtmlLabel fileInformationLabel

progressTransferDetailsLabel

JHtmlLabel progressTransferDetailsLabel

progressBar

JProgressBar progressBar

progressStatusTextLabel

JHtmlLabel progressStatusTextLabel

finalMessageLabel

JHtmlLabel finalMessageLabel

uploadCancelEventTrigger

CancelEventTrigger uploadCancelEventTrigger

uploadingFinalObject

boolean uploadingFinalObject
Set to true when the object/file being uploaded is the final in a set, eg when the XML metadata is being uploaded after a movie file.


includeXmlSummaryDoc

boolean includeXmlSummaryDoc
If set to true via the "xmlSummary" configuration property, the Uploader will generate an XML summary document describing the files uploaded by the user and will upload this summary document to S3.


uploadCancelled

boolean uploadCancelled
Set to true when a file upload has been cancelled, to prevent the Uploader from uploading an XML summary file when the prior file upload was cancelled.


fatalErrorOccurred

boolean fatalErrorOccurred
Set to true if an upload failed due to a key name clash in S3, in which case an error message is displayed in the final 'thankyou' screen.


priorFailureException

Exception priorFailureException
Variable to store application exceptions, so that client failure information can be included in the information provided to the Gatekeeper when uploads are retried.


Package org.jets3t.gui

Class org.jets3t.gui.AuthenticationDialog extends JDialog implements Serializable

serialVersionUID: -8112836668013270984L

Serialized Fields

insetsDefault

Insets insetsDefault

domainField

JTextField domainField

usernameField

JTextField usernameField

passwordField

JPasswordField passwordField

isNtAuthentication

boolean isNtAuthentication

domain

String domain

user

String user

password

String password

Class org.jets3t.gui.CopyObjectsDialog extends JDialog implements Serializable

serialVersionUID: -1131752874387139972L

Serialized Fields

skinsFactory

SkinsFactory skinsFactory

insetsZero

Insets insetsZero

insetsDefault

Insets insetsDefault

insetsHorizontalSpace

Insets insetsHorizontalSpace

destinationObjects

S3Object[] destinationObjects

sourceObjectKeys

String[] sourceObjectKeys

buckets

S3Bucket[] buckets

sourceBucketName

String sourceBucketName

renamePatternTextField

JTextField renamePatternTextField

okButton

JButton okButton

warningPanel

JPanel warningPanel

previewTableModel

DefaultTableModel previewTableModel

previewTable

JTable previewTable

destinationBucketComboBox

JComboBox destinationBucketComboBox

destinationAclComboBox

JComboBox destinationAclComboBox

destinationStorageClassComboBox

JComboBox destinationStorageClassComboBox

moveObjectsCheckBox

JCheckBox moveObjectsCheckBox

copyActionApproved

boolean copyActionApproved

copyOriginalAccessControlLists

boolean copyOriginalAccessControlLists

Class org.jets3t.gui.ErrorDialog extends JDialog implements Serializable

serialVersionUID: 6538639968961532471L

Serialized Fields

jets3tProperties

Jets3tProperties jets3tProperties

applicationProperties

Properties applicationProperties

hyperlinkListener

HyperlinkActivatedListener hyperlinkListener

skinsFactory

SkinsFactory skinsFactory

insetsDefault

Insets insetsDefault

Class org.jets3t.gui.ItemPropertiesDialog extends JDialog implements Serializable

serialVersionUID: 7921838316856638675L

Serialized Fields

applicationProperties

Properties applicationProperties

skinsFactory

SkinsFactory skinsFactory

insetsZero

Insets insetsZero

insetsDefault

Insets insetsDefault

insetsVerticalSpace

Insets insetsVerticalSpace

objects

S3Object[] objects

currentObjectIndex

int currentObjectIndex

objectKeyTextField

JTextField objectKeyTextField

objectContentTypeTextField

JTextField objectContentTypeTextField

objectContentLengthTextField

JTextField objectContentLengthTextField

objectLastModifiedTextField

JTextField objectLastModifiedTextField

objectETagTextField

JTextField objectETagTextField

bucketNameTextField

JTextField bucketNameTextField

bucketLocationTextField

JTextField bucketLocationTextField

objectMetadataTableModel

DefaultTableModel objectMetadataTableModel

grantsTable

JTable grantsTable

grantsTableModel

DefaultTableModel grantsTableModel

ownerNameLabel

JLabel ownerNameLabel

ownerIdLabel

JLabel ownerIdLabel

currentObjectLabel

JLabel currentObjectLabel

previousObjectButton

JButton previousObjectButton

nextObjectButton

JButton nextObjectButton

nextPreviousPanel

JPanel nextPreviousPanel

ownerNameTextField

JTextField ownerNameTextField

ownerIdTextField

JTextField ownerIdTextField

bucketIsRequesterPaysLabel

JLabel bucketIsRequesterPaysLabel

bucketIsRequesterPaysCheckBox

JCheckBox bucketIsRequesterPaysCheckBox

bucketCreationDateTextField

JTextField bucketCreationDateTextField

includeMetadata

boolean includeMetadata

Class org.jets3t.gui.JHtmlLabel extends JLabel implements Serializable

serialVersionUID: -2146502207121434264L

Serialized Fields

listener

HyperlinkActivatedListener listener

Class org.jets3t.gui.ManageDistributionsDialog extends JDialog implements Serializable

serialVersionUID: 8754669642320546085L

Serialized Fields

cloudFrontService

CloudFrontService cloudFrontService

guiUtils

GuiUtils guiUtils

ownerFrame

Frame ownerFrame

distributionListTable

JTable distributionListTable

distributionListTableModel

org.jets3t.gui.ManageDistributionsDialog.DistributionListTableModel distributionListTableModel

distributionListTableModelSorter

TableSorter distributionListTableModelSorter

bucketComboBox

JComboBox bucketComboBox

enabledCheckbox

JCheckBox enabledCheckbox

httpsOnlyCheckbox

JCheckBox httpsOnlyCheckbox

loggingBucketComboBox

JComboBox loggingBucketComboBox

loggingPrefixTextField

JTextField loggingPrefixTextField

cnamesTable

JTable cnamesTable

cnamesTableModel

org.jets3t.gui.ManageDistributionsDialog.CNAMETableModel cnamesTableModel

addCname

JButton addCname

removeCname

JButton removeCname

commentTextArea

JTextArea commentTextArea

actionButton

JButton actionButton

deleteButton

JButton deleteButton

finishedButton

JButton finishedButton

insetsDefault

Insets insetsDefault

insetsHorizontalOnly

Insets insetsHorizontalOnly

Class org.jets3t.gui.ObjectsAttributesDialog extends JDialog implements Serializable

serialVersionUID: 7306510092130196820L

Serialized Fields

guiUtils

GuiUtils guiUtils

skinsFactory

SkinsFactory skinsFactory

insetsZero

Insets insetsZero

insetsDefault

Insets insetsDefault

insetsVerticalSpace

Insets insetsVerticalSpace

insetsHorizontalSpace

Insets insetsHorizontalSpace

destinationObjects

S3Object[] destinationObjects

currentObject

S3Object currentObject

currentObjectIndex

int currentObjectIndex

objectKeyTextField

JTextField objectKeyTextField

objectContentLengthTextField

JTextField objectContentLengthTextField

objectLastModifiedTextField

JTextField objectLastModifiedTextField

objectETagTextField

JTextField objectETagTextField

bucketLocationTextField

JTextField bucketLocationTextField

storageClassTextField

JTextField storageClassTextField

objectMetadataTableModel

DefaultTableModel objectMetadataTableModel

metadataTableSorter

TableSorter metadataTableSorter

ownerNameLabel

JLabel ownerNameLabel

ownerIdLabel

JLabel ownerIdLabel

currentObjectLabel

JLabel currentObjectLabel

metadataTable

JTable metadataTable

removeMetadataItemButton

JButton removeMetadataItemButton

addMetadataItemButton

JButton addMetadataItemButton

previousObjectButton

JButton previousObjectButton

nextObjectButton

JButton nextObjectButton

okButton

JButton okButton

cancelButton

JButton cancelButton

metadataButtonsContainer

JPanel metadataButtonsContainer

destinationPanel

JPanel destinationPanel

nextPreviousPanel

JPanel nextPreviousPanel

ownerNameTextField

JTextField ownerNameTextField

ownerIdTextField

JTextField ownerIdTextField

modifyMode

boolean modifyMode

modifyActionApproved

boolean modifyActionApproved

Class org.jets3t.gui.ProgressDialog extends JDialog implements Serializable

serialVersionUID: -6031102393562980815L

Serialized Fields

insetsDefault

Insets insetsDefault

applicationProperties

Properties applicationProperties

skinsFactory

SkinsFactory skinsFactory

statusMessageLabel

JLabel statusMessageLabel

detailsTextLabel

JLabel detailsTextLabel

progressBar

JProgressBar progressBar

cancelButton

JButton cancelButton

cancelEventTrigger

CancelEventTrigger cancelEventTrigger

Class org.jets3t.gui.ProgressPanel extends JPanel implements Serializable

serialVersionUID: 7880101403853417240L

Serialized Fields

insetsDefault

Insets insetsDefault

guiUtils

GuiUtils guiUtils

applicationProperties

Properties applicationProperties

skinsFactory

SkinsFactory skinsFactory

statusMessageLabel

JLabel statusMessageLabel

progressBar

JProgressBar progressBar

cancelButton

JButton cancelButton

cancelEventTrigger

CancelEventTrigger cancelEventTrigger

Class org.jets3t.gui.TableSorter extends AbstractTableModel implements Serializable

Serialized Fields

tableModel

TableModel tableModel

viewToModel

org.jets3t.gui.TableSorter.Row[] viewToModel

modelToView

int[] modelToView

tableHeader

JTableHeader tableHeader

mouseListener

MouseListener mouseListener

tableModelListener

TableModelListener tableModelListener

columnComparators

Map<K,V> columnComparators

sortingColumns

List<E> sortingColumns

Package org.jets3t.gui.skins.html

Class org.jets3t.gui.skins.html.SkinnedJButton extends JButton implements Serializable

serialVersionUID: 7544903896112071279L

Class org.jets3t.gui.skins.html.SkinnedJCheckBox extends JCheckBox implements Serializable

serialVersionUID: 900121439796911148L

Class org.jets3t.gui.skins.html.SkinnedJComboBox extends JComboBox implements Serializable

serialVersionUID: -5551468589817996956L

Class org.jets3t.gui.skins.html.SkinnedJHtmlLabel extends JHtmlLabel implements Serializable

serialVersionUID: 6579194324630151579L

Class org.jets3t.gui.skins.html.SkinnedJMenuItem extends JMenuItem implements Serializable

serialVersionUID: 6924026586746462101L

Class org.jets3t.gui.skins.html.SkinnedJPanel extends JPanel implements Serializable

serialVersionUID: 1349987043338696640L

Class org.jets3t.gui.skins.html.SkinnedJPasswordField extends JPasswordField implements Serializable

serialVersionUID: 1804231716387738924L

Class org.jets3t.gui.skins.html.SkinnedJPopupMenu extends JPopupMenu implements Serializable

serialVersionUID: -887812806309676341L

Class org.jets3t.gui.skins.html.SkinnedJProgressBar extends JProgressBar implements Serializable

serialVersionUID: 1610187478874024196L

Class org.jets3t.gui.skins.html.SkinnedJRadioButton extends JRadioButton implements Serializable

serialVersionUID: -9164565945212356520L

Class org.jets3t.gui.skins.html.SkinnedJScrollPane extends JScrollPane implements Serializable

serialVersionUID: -8541837990015326148L

Class org.jets3t.gui.skins.html.SkinnedJTable extends JTable implements Serializable

serialVersionUID: -8799193197737732023L

Class org.jets3t.gui.skins.html.SkinnedJTextArea extends JTextArea implements Serializable

serialVersionUID: 3823479029525524894L

Class org.jets3t.gui.skins.html.SkinnedJTextField extends JTextField implements Serializable

serialVersionUID: -6583518036836328311L

Class org.jets3t.gui.skins.html.SkinnedLookAndFeel extends MetalLookAndFeel implements Serializable

serialVersionUID: 4391824305469950437L


Package org.jets3t.service

Class org.jets3t.service.CloudFrontServiceException extends Exception implements Serializable

serialVersionUID: -3139479267586698970L

Serialized Fields

responseCode

int responseCode

errorType

String errorType

errorCode

String errorCode

errorMessage

String errorMessage

errorDetail

String errorDetail

errorRequestId

String errorRequestId

Class org.jets3t.service.Jets3tProperties extends Object implements Serializable

serialVersionUID: -822234326095333142L

Serialized Fields

properties

Properties properties

loaded

boolean loaded

Class org.jets3t.service.S3Service extends Object implements Serializable

serialVersionUID: -4501528341689760431L

Serialized Fields

jets3tProperties

Jets3tProperties jets3tProperties

awsCredentials

AWSCredentials awsCredentials

awsDevPayUserToken

String awsDevPayUserToken

awsDevPayProductToken

String awsDevPayProductToken

isRequesterPaysEnabled

boolean isRequesterPaysEnabled

invokingApplicationDescription

String invokingApplicationDescription

isHttpsOnly

boolean isHttpsOnly

internalErrorRetryMax

int internalErrorRetryMax

isShutdown

boolean isShutdown

timeOffset

long timeOffset
The approximate difference in the current time between your computer and Amazon's S3 server, measured in milliseconds. This value is 0 by default. Use the S3Service.getCurrentTimeWithOffset() to obtain the current time with this offset factor included, and the RestUtils.getAWSTimeAdjustment() method to calculate an offset value for your computer based on a response from an AWS server.

Class org.jets3t.service.S3ServiceException extends Exception implements Serializable

serialVersionUID: -410679741840406046L

Serialized Fields

xmlMessage

String xmlMessage

s3ErrorCode

String s3ErrorCode

s3ErrorMessage

String s3ErrorMessage

s3ErrorRequestId

String s3ErrorRequestId

s3ErrorHostId

String s3ErrorHostId

s3Headers

Map<K,V> s3Headers

responseCode

int responseCode

responseStatus

String responseStatus

responseDate

String responseDate

requestVerb

String requestVerb

requestPath

String requestPath

requestHost

String requestHost

Package org.jets3t.service.acl

Class org.jets3t.service.acl.AccessControlList extends Object implements Serializable

serialVersionUID: 8095040648034788376L

Serialized Fields

grants

HashSet<E> grants

owner

S3Owner owner

Package org.jets3t.service.impl.rest

Class org.jets3t.service.impl.rest.HttpException extends Exception implements Serializable

serialVersionUID: 1122712836821079256L

Serialized Fields

responseCode

int responseCode

responseMessage

String responseMessage

Package org.jets3t.service.impl.rest.httpclient

Class org.jets3t.service.impl.rest.httpclient.RestS3Service extends S3Service implements Serializable

serialVersionUID: -2374187385305273212L

Serialized Fields

httpClient

org.apache.commons.httpclient.HttpClient httpClient

connectionManager

org.apache.commons.httpclient.HttpConnectionManager connectionManager

credentialsProvider

org.apache.commons.httpclient.auth.CredentialsProvider credentialsProvider

defaultStorageClass

String defaultStorageClass

Package org.jets3t.service.impl.soap.axis

Class org.jets3t.service.impl.soap.axis.SoapS3Service extends S3Service implements Serializable

serialVersionUID: -7952919998435920809L

Serialized Fields

locator

AmazonS3_ServiceLocator locator
Deprecated. 

Package org.jets3t.service.impl.soap.axis._2006_03_01

Class org.jets3t.service.impl.soap.axis._2006_03_01.AccessControlPolicy extends Object implements Serializable

Serialized Fields

owner

CanonicalUser owner

accessControlList

Grant[] accessControlList

__equalsCalc

Object __equalsCalc

__hashCodeCalc

boolean __hashCodeCalc

Class org.jets3t.service.impl.soap.axis._2006_03_01.AmazonCustomerByEmail extends User implements Serializable

Serialized Fields

emailAddress

String emailAddress

__equalsCalc

Object __equalsCalc

__hashCodeCalc

boolean __hashCodeCalc

Class org.jets3t.service.impl.soap.axis._2006_03_01.AmazonS3_ServiceLocator extends org.apache.axis.client.Service implements Serializable

Serialized Fields

AmazonS3_address

String AmazonS3_address

AmazonS3WSDDServiceName

String AmazonS3WSDDServiceName

ports

HashSet<E> ports

Class org.jets3t.service.impl.soap.axis._2006_03_01.BucketLoggingStatus extends Object implements Serializable

Serialized Fields

loggingEnabled

LoggingSettings loggingEnabled

__equalsCalc

Object __equalsCalc

__hashCodeCalc

boolean __hashCodeCalc

Class org.jets3t.service.impl.soap.axis._2006_03_01.CanonicalUser extends User implements Serializable

Serialized Fields

ID

String ID

displayName

String displayName

__equalsCalc

Object __equalsCalc

__hashCodeCalc

boolean __hashCodeCalc

Class org.jets3t.service.impl.soap.axis._2006_03_01.CopyObjectResult extends Object implements Serializable

Serialized Fields

lastModified

Calendar lastModified

ETag

String ETag

__equalsCalc

Object __equalsCalc

__hashCodeCalc

boolean __hashCodeCalc

Class org.jets3t.service.impl.soap.axis._2006_03_01.CreateBucketResult extends Object implements Serializable

Serialized Fields

bucketName

String bucketName

__equalsCalc

Object __equalsCalc

__hashCodeCalc

boolean __hashCodeCalc

Class org.jets3t.service.impl.soap.axis._2006_03_01.GetObjectResult extends Result implements Serializable

Serialized Fields

metadata

MetadataEntry[] metadata

data

byte[] data

lastModified

Calendar lastModified

ETag

String ETag

__equalsCalc

Object __equalsCalc

__hashCodeCalc

boolean __hashCodeCalc

Class org.jets3t.service.impl.soap.axis._2006_03_01.Grant extends Object implements Serializable

Serialized Fields

grantee

Grantee grantee

permission

Permission permission

__equalsCalc

Object __equalsCalc

__hashCodeCalc

boolean __hashCodeCalc

Class org.jets3t.service.impl.soap.axis._2006_03_01.Grantee extends Object implements Serializable

Serialized Fields

__equalsCalc

Object __equalsCalc

__hashCodeCalc

boolean __hashCodeCalc

Class org.jets3t.service.impl.soap.axis._2006_03_01.Group extends Grantee implements Serializable

Serialized Fields

URI

String URI

__equalsCalc

Object __equalsCalc

__hashCodeCalc

boolean __hashCodeCalc

Class org.jets3t.service.impl.soap.axis._2006_03_01.ListAllMyBucketsEntry extends Object implements Serializable

Serialized Fields

name

String name

creationDate

Calendar creationDate

__equalsCalc

Object __equalsCalc

__hashCodeCalc

boolean __hashCodeCalc

Class org.jets3t.service.impl.soap.axis._2006_03_01.ListAllMyBucketsResult extends Object implements Serializable

Serialized Fields

owner

CanonicalUser owner

buckets

ListAllMyBucketsEntry[] buckets

__equalsCalc

Object __equalsCalc

__hashCodeCalc

boolean __hashCodeCalc

Class org.jets3t.service.impl.soap.axis._2006_03_01.ListBucketResult extends Object implements Serializable

Serialized Fields

metadata

MetadataEntry[] metadata

name

String name

prefix

String prefix

marker

String marker

nextMarker

String nextMarker

maxKeys

int maxKeys

delimiter

String delimiter

isTruncated

boolean isTruncated

contents

ListEntry[] contents

commonPrefixes

PrefixEntry[] commonPrefixes

__equalsCalc

Object __equalsCalc

__hashCodeCalc

boolean __hashCodeCalc

Class org.jets3t.service.impl.soap.axis._2006_03_01.ListEntry extends Object implements Serializable

Serialized Fields

key

String key

lastModified

Calendar lastModified

ETag

String ETag

size

long size

owner

CanonicalUser owner

storageClass

StorageClass storageClass

__equalsCalc

Object __equalsCalc

__hashCodeCalc

boolean __hashCodeCalc

Class org.jets3t.service.impl.soap.axis._2006_03_01.LoggingSettings extends Object implements Serializable

Serialized Fields

targetBucket

String targetBucket

targetPrefix

String targetPrefix

targetGrants

Grant[] targetGrants

__equalsCalc

Object __equalsCalc

__hashCodeCalc

boolean __hashCodeCalc

Class org.jets3t.service.impl.soap.axis._2006_03_01.MetadataDirective extends Object implements Serializable

Serialization Methods

readResolve

public Object readResolve()
                   throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

_value_

String _value_

Class org.jets3t.service.impl.soap.axis._2006_03_01.MetadataEntry extends Object implements Serializable

Serialized Fields

name

String name

value

String value

__equalsCalc

Object __equalsCalc

__hashCodeCalc

boolean __hashCodeCalc

Class org.jets3t.service.impl.soap.axis._2006_03_01.Permission extends Object implements Serializable

Serialization Methods

readResolve

public Object readResolve()
                   throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

_value_

String _value_

Class org.jets3t.service.impl.soap.axis._2006_03_01.PrefixEntry extends Object implements Serializable

Serialized Fields

prefix

String prefix

__equalsCalc

Object __equalsCalc

__hashCodeCalc

boolean __hashCodeCalc

Class org.jets3t.service.impl.soap.axis._2006_03_01.PutObjectResult extends Object implements Serializable

Serialized Fields

ETag

String ETag

lastModified

Calendar lastModified

__equalsCalc

Object __equalsCalc

__hashCodeCalc

boolean __hashCodeCalc

Class org.jets3t.service.impl.soap.axis._2006_03_01.Result extends Object implements Serializable

Serialized Fields

status

Status status

__equalsCalc

Object __equalsCalc

__hashCodeCalc

boolean __hashCodeCalc

Class org.jets3t.service.impl.soap.axis._2006_03_01.Status extends Object implements Serializable

Serialized Fields

code

int code

description

String description

__equalsCalc

Object __equalsCalc

__hashCodeCalc

boolean __hashCodeCalc

Class org.jets3t.service.impl.soap.axis._2006_03_01.StorageClass extends Object implements Serializable

Serialization Methods

readResolve

public Object readResolve()
                   throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

_value_

String _value_

Class org.jets3t.service.impl.soap.axis._2006_03_01.User extends Grantee implements Serializable

Serialized Fields

__equalsCalc

Object __equalsCalc

__hashCodeCalc

boolean __hashCodeCalc

Package org.jets3t.service.io

Class org.jets3t.service.io.TempFile extends File implements Serializable

serialVersionUID: 1971413408549070295L

Class org.jets3t.service.io.UnrecoverableIOException extends IOException implements Serializable

serialVersionUID: 1423979730178522822L


Package org.jets3t.service.model

Class org.jets3t.service.model.AWSDevPayProduct extends Object implements Serializable

serialVersionUID: 7581378683354747125L

Serialized Fields

productName

String productName

productToken

String productToken

Class org.jets3t.service.model.BaseS3Object extends Object implements Serializable

Serialized Fields

metadata

Map<K,V> metadata
Map to privately store metadata associated with this object.

Class org.jets3t.service.model.S3Bucket extends BaseS3Object implements Serializable

serialVersionUID: -8646831898339939580L

Serialized Fields

name

String name

acl

AccessControlList acl

location

String location

isLocationKnown

boolean isLocationKnown

requesterPays

boolean requesterPays

isRequesterPaysKnown

boolean isRequesterPaysKnown

Class org.jets3t.service.model.S3Object extends BaseS3Object implements Serializable

serialVersionUID: -2883501141593631181L

Serialized Fields

key

String key

bucketName

String bucketName

acl

AccessControlList acl

storageClass

String storageClass

isMetadataComplete

boolean isMetadataComplete

dataInputFile

File dataInputFile
Store references to files when the object's data comes from a file, to allow for lazy opening of the file's input streams.

Class org.jets3t.service.model.S3Owner extends Object implements Serializable

serialVersionUID: -8916731456944569115L

Serialized Fields

displayName

String displayName

id

String id

Package org.jets3t.service.multithread

Class org.jets3t.service.multithread.S3ServiceMulti extends Object implements Serializable

serialVersionUID: -1031831146656816336L

Serialized Fields

s3Service

S3Service s3Service

s3Endpoint

String s3Endpoint

isShutdown

boolean[] isShutdown

serviceEventListeners

ArrayList<E> serviceEventListeners

sleepTime

long sleepTime

Package org.jets3t.service.security

Class org.jets3t.service.security.AWSCredentials extends Object implements Serializable

serialVersionUID: 4856782158657135551L

Serialized Fields

awsAccessKey

String awsAccessKey

awsSecretAccessKey

String awsSecretAccessKey

friendlyName

String friendlyName

Class org.jets3t.service.security.AWSDevPayCredentials extends AWSCredentials implements Serializable

serialVersionUID: -8971737296373324817L

Serialized Fields

awsUserToken

String awsUserToken

awsProductToken

String awsProductToken

Package org.jets3t.servlets.gatekeeper

Class org.jets3t.servlets.gatekeeper.GatekeeperServlet extends javax.servlet.http.HttpServlet implements Serializable

serialVersionUID: 2054765427620529238L

Serialized Fields

servletConfig

javax.servlet.ServletConfig servletConfig

transactionIdProvider

TransactionIdProvider transactionIdProvider

urlSigner

UrlSigner urlSigner

authorizer

Authorizer authorizer

bucketLister

BucketLister bucketLister

isInitCompleted

boolean isInitCompleted