WebSphere:*,type=FileTransferClient
ResourceInstanceIdentifier:
MBean FileTransferClient
Management interface for the client side of the File Transfer service.
Operation Summary | |
void | uploadFile( Upload a file from a node agent to the cell manager |
void | uploadFile( Upload a file from a node agent to the cell manager |
void | uploadFile( Upload a partial file from a node agent to the cell manager |
void | uploadFile( Upload a partial file from a node agent to the cell manager |
void | uploadFile( Upload a partial file from a node agent to the cell manager |
void | uploadFile( Upload a partial file from a node agent to the cell manager |
void | downloadFile( Download a file from the cell manager to a node agent. |
void | downloadFile( Download a partial file from a cell manager to the node |
void | downloadFile( Download a partial file from the cellmanager to the node |
void | downloadFile( Download a file from the cell manager to a node agent. |
void | downloadFile( Download a partial file from the cell manager to the node |
void | downloadFile( Download a partial file from the cell manager to the node |
Notification Summary | |
websphere.fileservice.transfer.complete |
Operation Detail |
public void uploadFile(java.io.File sourceFile,
java.lang.String destPath
)
sourceFile
-
The file to upload.destPath
-
The destination path for the file at the cell manager.
public void uploadFile(java.io.File sourceFile,
java.lang.String destPath,
com.ibm.websphere.management.filetransfer.client.FileTransferOptions options
)
sourceFile
-
The file to upload.destPath
-
The target location to copy the file at the cell manager.options
-
Additional transfer options.
public void uploadFile(java.io.File sourceFile,
java.lang.String destPath,
long beginIndex
)
sourceFile
-
The file to upload to the cell manager.destPath
-
The uri of the target location to copy the file to the cell manager.beginIndex
-
The index to begin the partial file transfer.
public void uploadFile(java.io.File sourceFile,
java.lang.String destPath,
long beginIndex,
long endIndex
)
sourceFile
-
The file to upload to the cell manager.destPath
-
The target location to copy the file to the cell manager.beginIndex
-
The index to begin the partial file transfer.endIndex
-
The index to end the partial file transfer.
public void uploadFile(java.io.File sourceFile,
java.lang.String destPath,
long beginIndex,
com.ibm.websphere.management.filetransfer.client.FileTransferOptions options
)
sourceFile
-
The file to upload to the cell manager.destPath
-
The target location to copy the file to the cell manager.beginIndex
-
The index to begin the partial file transfer.options
-
Additional transfer options.
public void uploadFile(java.io.File sourceFile,
java.lang.String destPath,
long beginIndex,
long endIndex,
com.ibm.websphere.management.filetransfer.client.FileTransferOptions options
)
sourceFile
-
The file to upload to the cell manager.destPath
-
The target location to copy the file to the cell manager.beginIndex
-
The index to begin the partial file transfer.endIndex
-
The index to end the partial file transfer.options
-
Additional transfer options.
public void downloadFile(java.lang.String sourcePath,
java.io.File destFile
)
sourcePath
-
The source location of the file to download from the cell manager.destFile
-
The target file to create.
public void downloadFile(java.lang.String sourcePath,
java.io.File destFile,
long beginIndex
)
sourcePath
-
The source location of the file to download from the cell manager.destFile
-
The target file to create.beginIndex
-
The index to begin the partial file transfer.
public void downloadFile(java.lang.String sourcePath,
java.io.File destFile,
long beginIndex,
long endIndex
)
sourcePath
-
The source location of the file to download from the cell manager.destFile
-
The target file to createt.beginIndex
-
The index to begin the partial file transfer.endIndex
-
The index to end the partial file transfer.
public void downloadFile(java.lang.String sourcePath,
java.io.File destFile,
com.ibm.websphere.management.filetransfer.client.FileTransferOptions options
)
sourcePath
-
The source location of the file to download from the cell manager.destFile
-
The target file to create.options
-
Additional transfer options.
public void downloadFile(java.lang.String sourceName,
java.io.File targetFile,
long beginIndex,
com.ibm.websphere.management.filetransfer.client.FileTransferOptions options
)
sourceName
-
The source location of the file to download from the cell manager.targetFile
-
The target file to create.beginIndex
-
The index to begin the partial file transfer.options
-
Additional transfer options.
public void downloadFile(java.lang.String sourcePath,
java.io.File destFile,
long beginIndex,
long endIndex,
com.ibm.websphere.management.filetransfer.client.FileTransferOptions options
)
sourcePath
-
The source location of the file to download from the cell manager.destFile
-
The target file to create.beginIndex
-
The index to begin the partial file transfer.endIndex
-
The index to end the partial file transfer.options
-
Additional transfer options.Notification Detail |