Uses of Class
com.gubutech.xload.XloadManager

Packages that use XloadManager
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 XloadManager in com.gubutech.xload
 

Methods in com.gubutech.xload that return XloadManager
abstract  XloadManager XloadFile.getManager()
          Retrieves this objects associated XloadManager object (i.e.the XloadManager object that this object was created from).
 

Uses of XloadManager in com.gubutech.xload.progress
 

Methods in com.gubutech.xload.progress with parameters of type XloadManager
 void XloadProgress.registerXloadManager(java.lang.String id, XloadManager manager)
          Registers an XloadManager object via an id String.