|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface AddFileToolListener
| Method Summary | |
|---|---|
void |
failedData(AddFileToolEvent event,
java.util.Collection<PropagationExceptionWrapper> exceptions)
Notification that a data chunk could not be uploaded. |
void |
failedDirectory(AddFileToolEvent event,
java.util.Collection<PropagationExceptionWrapper> exceptions)
Notification that a directory upload has failed. |
void |
failedFile(AddFileToolEvent event,
java.util.Collection<PropagationExceptionWrapper> exceptions)
Notification that a file upload has failed. |
void |
failedMetaData(AddFileToolEvent event,
java.util.Collection<PropagationExceptionWrapper> exceptions)
Notification that a meta data chunk could not be uploaded. |
void |
finishedData(AddFileToolEvent event)
Notification that a data chunk has been uploaded. |
void |
finishedDirectory(AddFileToolEvent event)
Notification that a directory upload has finished. |
void |
finishedFile(AddFileToolEvent event)
Notification that a file upload has finished. |
void |
finishedMetaData(AddFileToolEvent event)
Notification that a meta data chunk has been uploaded. |
void |
message(java.lang.String msg)
Notification of any other event occurence. |
void |
startedData(AddFileToolEvent event)
Notification that a data chunk is starting to be uploaded. |
void |
startedDirectory(AddFileToolEvent event)
Notification that a directory upload has started. |
void |
startedFile(AddFileToolEvent event)
Notification that a file upload has started. |
void |
startedMetaData(AddFileToolEvent event)
Notification that a meta data chunk is starting to be uploaded. |
void |
startingData(AddFileToolEvent event)
Notification that a data chunk is about to be checked for on-line replications. |
void |
tryingData(AddFileToolEvent event)
Notification that a data chunk is trying to be uploaded to a server. |
void |
tryingMetaData(AddFileToolEvent event)
Notification that a meta data chunk is trying to be uploaded to a server. |
void |
uploadedData(AddFileToolEvent event)
Notification that a data chunk has been uploaded to a server. |
void |
uploadedMetaData(AddFileToolEvent event)
Notification that a meta data chunk has been uploaded to a server. |
| Method Detail |
|---|
void message(java.lang.String msg)
Notification of any other event occurence.
msg - void startedMetaData(AddFileToolEvent event)
Notification that a meta data chunk is starting to be uploaded.
event - void tryingMetaData(AddFileToolEvent event)
Notification that a meta data chunk is trying to be uploaded to a server.
event - void uploadedMetaData(AddFileToolEvent event)
Notification that a meta data chunk has been uploaded to a server.
event -
void failedMetaData(AddFileToolEvent event,
java.util.Collection<PropagationExceptionWrapper> exceptions)
Notification that a meta data chunk could not be uploaded.
event - exceptions - void finishedMetaData(AddFileToolEvent event)
Notification that a meta data chunk has been uploaded.
event - void startingData(AddFileToolEvent event)
Notification that a data chunk is about to be checked for on-line replications.
event - void startedData(AddFileToolEvent event)
Notification that a data chunk is starting to be uploaded.
event - void tryingData(AddFileToolEvent event)
Notification that a data chunk is trying to be uploaded to a server.
event - void uploadedData(AddFileToolEvent event)
Notification that a data chunk has been uploaded to a server.
event -
void failedData(AddFileToolEvent event,
java.util.Collection<PropagationExceptionWrapper> exceptions)
Notification that a data chunk could not be uploaded.
event - exceptions - void finishedData(AddFileToolEvent event)
Notification that a data chunk has been uploaded.
event - void startedFile(AddFileToolEvent event)
Notification that a file upload has started.
event - void finishedFile(AddFileToolEvent event)
Notification that a file upload has finished.
event -
void failedFile(AddFileToolEvent event,
java.util.Collection<PropagationExceptionWrapper> exceptions)
Notification that a file upload has failed.
event - exceptions - void startedDirectory(AddFileToolEvent event)
Notification that a directory upload has started.
event - void finishedDirectory(AddFileToolEvent event)
Notification that a directory upload has finished.
event -
void failedDirectory(AddFileToolEvent event,
java.util.Collection<PropagationExceptionWrapper> exceptions)
Notification that a directory upload has failed.
event - exceptions -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||