|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.tranche.add.AddFileToolPerformanceLog
public class AddFileToolPerformanceLog
Used to help troubleshoot performance issues for client.
| Constructor Summary | |
|---|---|
AddFileToolPerformanceLog()
|
|
| 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. |
java.io.File |
getFile()
|
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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AddFileToolPerformanceLog()
throws java.io.IOException,
java.io.FileNotFoundException
java.io.IOException
java.io.FileNotFoundException| Method Detail |
|---|
public void message(java.lang.String msg)
Notification of any other event occurence.
message in interface AddFileToolListenermsg - public void startedMetaData(AddFileToolEvent event)
Notification that a meta data chunk is starting to be uploaded.
startedMetaData in interface AddFileToolListenerevent - public void tryingMetaData(AddFileToolEvent event)
Notification that a meta data chunk is trying to be uploaded to a server.
tryingMetaData in interface AddFileToolListenerevent - public void uploadedMetaData(AddFileToolEvent event)
Notification that a meta data chunk has been uploaded to a server.
uploadedMetaData in interface AddFileToolListenerevent -
public void failedMetaData(AddFileToolEvent event,
java.util.Collection<PropagationExceptionWrapper> exceptions)
Notification that a meta data chunk could not be uploaded.
failedMetaData in interface AddFileToolListenerevent - exceptions - public void finishedMetaData(AddFileToolEvent event)
Notification that a meta data chunk has been uploaded.
finishedMetaData in interface AddFileToolListenerevent - public void startingData(AddFileToolEvent event)
Notification that a data chunk is about to be checked for on-line replications.
startingData in interface AddFileToolListenerevent - public void startedData(AddFileToolEvent event)
Notification that a data chunk is starting to be uploaded.
startedData in interface AddFileToolListenerevent - public void tryingData(AddFileToolEvent event)
Notification that a data chunk is trying to be uploaded to a server.
tryingData in interface AddFileToolListenerevent - public void uploadedData(AddFileToolEvent event)
Notification that a data chunk has been uploaded to a server.
uploadedData in interface AddFileToolListenerevent -
public void failedData(AddFileToolEvent event,
java.util.Collection<PropagationExceptionWrapper> exceptions)
Notification that a data chunk could not be uploaded.
failedData in interface AddFileToolListenerevent - exceptions - public void finishedData(AddFileToolEvent event)
Notification that a data chunk has been uploaded.
finishedData in interface AddFileToolListenerevent - public void startedFile(AddFileToolEvent event)
Notification that a file upload has started.
startedFile in interface AddFileToolListenerevent - public void finishedFile(AddFileToolEvent event)
Notification that a file upload has finished.
finishedFile in interface AddFileToolListenerevent -
public void failedFile(AddFileToolEvent event,
java.util.Collection<PropagationExceptionWrapper> exceptions)
Notification that a file upload has failed.
failedFile in interface AddFileToolListenerevent - exceptions - public void startedDirectory(AddFileToolEvent event)
Notification that a directory upload has started.
startedDirectory in interface AddFileToolListenerevent - public void finishedDirectory(AddFileToolEvent event)
Notification that a directory upload has finished.
finishedDirectory in interface AddFileToolListenerevent -
public void failedDirectory(AddFileToolEvent event,
java.util.Collection<PropagationExceptionWrapper> exceptions)
Notification that a directory upload has failed.
failedDirectory in interface AddFileToolListenerevent - exceptions - public java.io.File getFile()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||