uploadFile(String localFilePath) this method uploads the local file to the server using
FileTransferManager and returns the path to the file on the server's file
system which can be used to do any operations on the file/file data on
the server side.
this method downloads a file from the server
Parameters: dir - dir to download the file into Parameters: serverFilePath - the file path in the server throws: ManagementRemoteException - if error or exception occurs.
this method tries to remove the last uploaded file on the server. It
ingores all errrors if it can not remove file as the server will take
care of removing the files during restarts. Since this call can be called
any where we need to have local instance of ftmgr to talk to server.
this method uploads the local file to the server using
FileTransferManager and returns the path to the file on the server's file
system which can be used to do any operations on the file/file data on
the server side. This is used to upload components ( se, bc), shared
library or service assembly archive files to the server for remote
install/deploy commands.
Parameters: localFilePath - file path on the local file system. String for file path of the uploaded file on the server filesystem throws: ManagementRemoteException - if error or exception occurs.
Fields inherited from com.sun.esb.management.base.services.AbstractServiceImpl