Uses of Class
com.gubutech.xload.progress.XloadProgressData

Packages that use XloadProgressData
com.gubutech.xload Provides classes and interfaces for uploading of files and management of files and directories on an application server. 
com.gubutech.xload.progress Provides classes that implement the progress monitor functionality within Xload when uploading files. 
 

Uses of XloadProgressData in com.gubutech.xload
 

Methods in com.gubutech.xload that return XloadProgressData
 XloadProgressData XloadManager.getProgressData()
          Gets progress data for a particular upload.
 

Uses of XloadProgressData in com.gubutech.xload.progress
 

Methods in com.gubutech.xload.progress that return XloadProgressData
 XloadProgressData XloadProgress.getProgressData(java.lang.String id)
          Retrieves actual progress data.