| |
|
| java.lang.Object com.sun.jbi.ui.common.FileTransferManager
FileTransferManager | public class FileTransferManager (Code) | | Provides access to the ESB Repository for remote clients. The scope of
this class is limited to operations which require the transfer of
archive data to/from the ESB Central Administration Server. All other
repository operations can be accessed through the appropriate ESB MBean.
The default chunk size for archive transfer is 8K. This setting can be
adjusted using setChunkSize if necessary.
|
getChunkSize | public int getChunkSize()(Code) | | Return the chunk size for archive transfers.
|
removeUploadedArchive | public void removeUploadedArchive(Object uploadId)(Code) | | this will remove any previously uploaded archive by using its uploaded id
|
setChunkSize | public void setChunkSize(int size)(Code) | | Sets the chuck size for archive transfers.
|
uploadArchive | public String uploadArchive(File archive) throws Exception(Code) | | Uploads the specified archive to a temporary store in the ESB repository.
CAS-local path to the archive |
|
|
|