|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use AddFileToolEvent | |
|---|---|
| org.tranche.add | Upload tool for network along with listeners and adapters for other projects. |
| Uses of AddFileToolEvent in org.tranche.add |
|---|
| Methods in org.tranche.add with parameters of type AddFileToolEvent | |
|---|---|
void |
AddFileToolAdapter.failedData(AddFileToolEvent event,
java.util.Collection<PropagationExceptionWrapper> exceptions)
Notification that a data chunk could not be uploaded. |
void |
AddFileToolListener.failedData(AddFileToolEvent event,
java.util.Collection<PropagationExceptionWrapper> exceptions)
Notification that a data chunk could not be uploaded. |
void |
AddFileToolPerformanceLog.failedData(AddFileToolEvent event,
java.util.Collection<PropagationExceptionWrapper> exceptions)
Notification that a data chunk could not be uploaded. |
void |
AddFileToolReportListener.failedData(AddFileToolEvent event,
java.util.Collection<PropagationExceptionWrapper> exceptions)
Notification that a data chunk could not be uploaded. |
void |
CommandLineAddFileToolListener.failedData(AddFileToolEvent event,
java.util.Collection<PropagationExceptionWrapper> exceptions)
Notification that a data chunk could not be uploaded. |
void |
AddFileToolAdapter.failedDirectory(AddFileToolEvent event,
java.util.Collection<PropagationExceptionWrapper> exceptions)
Notification that a directory upload has failed. |
void |
AddFileToolListener.failedDirectory(AddFileToolEvent event,
java.util.Collection<PropagationExceptionWrapper> exceptions)
Notification that a directory upload has failed. |
void |
AddFileToolPerformanceLog.failedDirectory(AddFileToolEvent event,
java.util.Collection<PropagationExceptionWrapper> exceptions)
Notification that a directory upload has failed. |
void |
AddFileToolReportListener.failedDirectory(AddFileToolEvent event,
java.util.Collection<PropagationExceptionWrapper> exceptions)
Notification that a directory upload has failed. |
void |
CommandLineAddFileToolListener.failedDirectory(AddFileToolEvent event,
java.util.Collection<PropagationExceptionWrapper> exceptions)
Notification that a directory upload has failed. |
void |
AddFileToolAdapter.failedFile(AddFileToolEvent event,
java.util.Collection<PropagationExceptionWrapper> exceptions)
Notification that a file upload has failed. |
void |
AddFileToolListener.failedFile(AddFileToolEvent event,
java.util.Collection<PropagationExceptionWrapper> exceptions)
Notification that a file upload has failed. |
void |
AddFileToolPerformanceLog.failedFile(AddFileToolEvent event,
java.util.Collection<PropagationExceptionWrapper> exceptions)
Notification that a file upload has failed. |
void |
AddFileToolReportListener.failedFile(AddFileToolEvent event,
java.util.Collection<PropagationExceptionWrapper> exceptions)
Notification that a file upload has failed. |
void |
CommandLineAddFileToolListener.failedFile(AddFileToolEvent event,
java.util.Collection<PropagationExceptionWrapper> exceptions)
Notification that a file upload has failed. |
void |
AddFileToolAdapter.failedMetaData(AddFileToolEvent event,
java.util.Collection<PropagationExceptionWrapper> exceptions)
Notification that a meta data chunk could not be uploaded. |
void |
AddFileToolListener.failedMetaData(AddFileToolEvent event,
java.util.Collection<PropagationExceptionWrapper> exceptions)
Notification that a meta data chunk could not be uploaded. |
void |
AddFileToolPerformanceLog.failedMetaData(AddFileToolEvent event,
java.util.Collection<PropagationExceptionWrapper> exceptions)
Notification that a meta data chunk could not be uploaded. |
void |
AddFileToolReportListener.failedMetaData(AddFileToolEvent event,
java.util.Collection<PropagationExceptionWrapper> exceptions)
Notification that a meta data chunk could not be uploaded. |
void |
CommandLineAddFileToolListener.failedMetaData(AddFileToolEvent event,
java.util.Collection<PropagationExceptionWrapper> exceptions)
Notification that a meta data chunk could not be uploaded. |
void |
AddFileToolAdapter.finishedData(AddFileToolEvent event)
Notification that a data chunk has been uploaded. |
void |
AddFileToolListener.finishedData(AddFileToolEvent event)
Notification that a data chunk has been uploaded. |
void |
AddFileToolPerformanceLog.finishedData(AddFileToolEvent event)
Notification that a data chunk has been uploaded. |
void |
AddFileToolReportListener.finishedData(AddFileToolEvent event)
Notification that a data chunk has been uploaded. |
void |
CommandLineAddFileToolListener.finishedData(AddFileToolEvent event)
Notification that a data chunk has been uploaded. |
void |
AddFileToolAdapter.finishedDirectory(AddFileToolEvent event)
Notification that a directory upload has finished. |
void |
AddFileToolListener.finishedDirectory(AddFileToolEvent event)
Notification that a directory upload has finished. |
void |
AddFileToolPerformanceLog.finishedDirectory(AddFileToolEvent event)
Notification that a directory upload has finished. |
void |
AddFileToolReportListener.finishedDirectory(AddFileToolEvent event)
Notification that a directory upload has finished. |
void |
CommandLineAddFileToolListener.finishedDirectory(AddFileToolEvent event)
Notification that a directory upload has finished. |
void |
AddFileToolAdapter.finishedFile(AddFileToolEvent event)
Notification that a file upload has finished. |
void |
AddFileToolListener.finishedFile(AddFileToolEvent event)
Notification that a file upload has finished. |
void |
AddFileToolPerformanceLog.finishedFile(AddFileToolEvent event)
Notification that a file upload has finished. |
void |
AddFileToolReportListener.finishedFile(AddFileToolEvent event)
Notification that a file upload has finished. |
void |
CommandLineAddFileToolListener.finishedFile(AddFileToolEvent event)
Notification that a file upload has finished. |
void |
AddFileToolAdapter.finishedMetaData(AddFileToolEvent event)
Notification that a meta data chunk has been uploaded. |
void |
AddFileToolListener.finishedMetaData(AddFileToolEvent event)
Notification that a meta data chunk has been uploaded. |
void |
AddFileToolPerformanceLog.finishedMetaData(AddFileToolEvent event)
Notification that a meta data chunk has been uploaded. |
void |
AddFileToolReportListener.finishedMetaData(AddFileToolEvent event)
Notification that a meta data chunk has been uploaded. |
void |
CommandLineAddFileToolListener.finishedMetaData(AddFileToolEvent event)
Notification that a meta data chunk has been uploaded. |
void |
AddFileToolAdapter.startedData(AddFileToolEvent event)
Notification that a data chunk is starting to be uploaded. |
void |
AddFileToolListener.startedData(AddFileToolEvent event)
Notification that a data chunk is starting to be uploaded. |
void |
AddFileToolPerformanceLog.startedData(AddFileToolEvent event)
Notification that a data chunk is starting to be uploaded. |
void |
AddFileToolReportListener.startedData(AddFileToolEvent event)
Notification that a data chunk is starting to be uploaded. |
void |
CommandLineAddFileToolListener.startedData(AddFileToolEvent event)
Notification that a data chunk is starting to be uploaded. |
void |
AddFileToolAdapter.startedDirectory(AddFileToolEvent event)
Notification that a directory upload has started. |
void |
AddFileToolListener.startedDirectory(AddFileToolEvent event)
Notification that a directory upload has started. |
void |
AddFileToolPerformanceLog.startedDirectory(AddFileToolEvent event)
Notification that a directory upload has started. |
void |
AddFileToolReportListener.startedDirectory(AddFileToolEvent event)
Notification that a directory upload has started. |
void |
CommandLineAddFileToolListener.startedDirectory(AddFileToolEvent event)
Notification that a directory upload has started. |
void |
AddFileToolAdapter.startedFile(AddFileToolEvent event)
Notification that a file upload has started. |
void |
AddFileToolListener.startedFile(AddFileToolEvent event)
Notification that a file upload has started. |
void |
AddFileToolPerformanceLog.startedFile(AddFileToolEvent event)
Notification that a file upload has started. |
void |
AddFileToolReportListener.startedFile(AddFileToolEvent event)
Notification that a file upload has started. |
void |
CommandLineAddFileToolListener.startedFile(AddFileToolEvent event)
Notification that a file upload has started. |
void |
AddFileToolAdapter.startedMetaData(AddFileToolEvent event)
Notification that a meta data chunk is starting to be uploaded. |
void |
AddFileToolListener.startedMetaData(AddFileToolEvent event)
Notification that a meta data chunk is starting to be uploaded. |
void |
AddFileToolPerformanceLog.startedMetaData(AddFileToolEvent event)
Notification that a meta data chunk is starting to be uploaded. |
void |
AddFileToolReportListener.startedMetaData(AddFileToolEvent event)
Notification that a meta data chunk is starting to be uploaded. |
void |
CommandLineAddFileToolListener.startedMetaData(AddFileToolEvent event)
Notification that a meta data chunk is starting to be uploaded. |
void |
AddFileToolAdapter.startingData(AddFileToolEvent event)
Notification that a data chunk is about to be checked for on-line replications. |
void |
AddFileToolListener.startingData(AddFileToolEvent event)
Notification that a data chunk is about to be checked for on-line replications. |
void |
AddFileToolPerformanceLog.startingData(AddFileToolEvent event)
Notification that a data chunk is about to be checked for on-line replications. |
void |
AddFileToolReportListener.startingData(AddFileToolEvent event)
Notification that a data chunk is about to be checked for on-line replications. |
void |
CommandLineAddFileToolListener.startingData(AddFileToolEvent event)
Notification that a data chunk is about to be checked for on-line replications. |
void |
AddFileToolAdapter.tryingData(AddFileToolEvent event)
Notification that a data chunk is trying to be uploaded to a server. |
void |
AddFileToolListener.tryingData(AddFileToolEvent event)
Notification that a data chunk is trying to be uploaded to a server. |
void |
AddFileToolPerformanceLog.tryingData(AddFileToolEvent event)
Notification that a data chunk is trying to be uploaded to a server. |
void |
AddFileToolReportListener.tryingData(AddFileToolEvent event)
Notification that a data chunk is trying to be uploaded to a server. |
void |
CommandLineAddFileToolListener.tryingData(AddFileToolEvent event)
Notification that a data chunk is trying to be uploaded to a server. |
void |
AddFileToolAdapter.tryingMetaData(AddFileToolEvent event)
Notification that a meta data chunk is trying to be uploaded to a server. |
void |
AddFileToolListener.tryingMetaData(AddFileToolEvent event)
Notification that a meta data chunk is trying to be uploaded to a server. |
void |
AddFileToolPerformanceLog.tryingMetaData(AddFileToolEvent event)
Notification that a meta data chunk is trying to be uploaded to a server. |
void |
AddFileToolReportListener.tryingMetaData(AddFileToolEvent event)
Notification that a meta data chunk is trying to be uploaded to a server. |
void |
CommandLineAddFileToolListener.tryingMetaData(AddFileToolEvent event)
Notification that a meta data chunk is trying to be uploaded to a server. |
void |
AddFileToolAdapter.uploadedData(AddFileToolEvent event)
Notification that a data chunk has been uploaded to a server. |
void |
AddFileToolListener.uploadedData(AddFileToolEvent event)
Notification that a data chunk has been uploaded to a server. |
void |
AddFileToolPerformanceLog.uploadedData(AddFileToolEvent event)
Notification that a data chunk has been uploaded to a server. |
void |
AddFileToolReportListener.uploadedData(AddFileToolEvent event)
Notification that a data chunk has been uploaded to a server. |
void |
CommandLineAddFileToolListener.uploadedData(AddFileToolEvent event)
Notification that a data chunk has been uploaded to a server. |
void |
AddFileToolAdapter.uploadedMetaData(AddFileToolEvent event)
Notification that a meta data chunk has been uploaded to a server. |
void |
AddFileToolListener.uploadedMetaData(AddFileToolEvent event)
Notification that a meta data chunk has been uploaded to a server. |
void |
AddFileToolPerformanceLog.uploadedMetaData(AddFileToolEvent event)
Notification that a meta data chunk has been uploaded to a server. |
void |
AddFileToolReportListener.uploadedMetaData(AddFileToolEvent event)
Notification that a meta data chunk has been uploaded to a server. |
void |
CommandLineAddFileToolListener.uploadedMetaData(AddFileToolEvent event)
Notification that a meta data chunk has been uploaded to a server. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||