FileTransferClient MBean

Partial ObjectName:
WebSphere:*,type=FileTransferClient

ResourceInstanceIdentifier:

The resource being modified for the MBean is of type Cell
The instance is identified by the value of key cell in the MBean's Object Name


MBean FileTransferClient

Management interface for the client side of the File Transfer service.


Operation Summary
voiduploadFile(java.io.File sourceFile, java.lang.String destPath)
           Upload a file from a node agent to the cell manager
voiduploadFile(java.io.File sourceFile, java.lang.String destPath, com.ibm.websphere.management.filetransfer.client.FileTransferOptions options)
           Upload a file from a node agent to the cell manager
voiduploadFile(java.io.File sourceFile, java.lang.String destPath, long beginIndex)
           Upload a partial file from a node agent to the cell manager
voiduploadFile(java.io.File sourceFile, java.lang.String destPath, long beginIndex, long endIndex)
           Upload a partial file from a node agent to the cell manager
voiduploadFile(java.io.File sourceFile, java.lang.String destPath, long beginIndex, com.ibm.websphere.management.filetransfer.client.FileTransferOptions options)
           Upload a partial file from a node agent to the cell manager
voiduploadFile(java.io.File sourceFile, java.lang.String destPath, long beginIndex, long endIndex, com.ibm.websphere.management.filetransfer.client.FileTransferOptions options)
           Upload a partial file from a node agent to the cell manager
voiddownloadFile(java.lang.String sourcePath, java.io.File destFile)
           Download a file from the cell manager to a node agent.
voiddownloadFile(java.lang.String sourcePath, java.io.File destFile, long beginIndex)
           Download a partial file from a cell manager to the node
voiddownloadFile(java.lang.String sourcePath, java.io.File destFile, long beginIndex, long endIndex)
           Download a partial file from the cellmanager to the node
voiddownloadFile(java.lang.String sourcePath, java.io.File destFile, com.ibm.websphere.management.filetransfer.client.FileTransferOptions options)
           Download a file from the cell manager to a node agent.
voiddownloadFile(java.lang.String sourceName, java.io.File targetFile, long beginIndex, com.ibm.websphere.management.filetransfer.client.FileTransferOptions options)
           Download a partial file from the cell manager to the node
voiddownloadFile(java.lang.String sourcePath, java.io.File destFile, long beginIndex, long endIndex, com.ibm.websphere.management.filetransfer.client.FileTransferOptions options)
           Download a partial file from the cell manager to the node

Notification Summary
websphere.fileservice.transfer.complete
          

Operation Detail

uploadFile

public void uploadFile(java.io.File sourceFile, java.lang.String destPath)
Upload a file from a node agent to the cell manager
Parameters:
sourceFile - The file to upload.
destPath - The destination path for the file at the cell manager.
Security Roles:
administrator

uploadFile

public void uploadFile(java.io.File sourceFile, java.lang.String destPath, com.ibm.websphere.management.filetransfer.client.FileTransferOptions options)
Upload a file from a node agent to the cell manager
Parameters:
sourceFile - The file to upload.
destPath - The target location to copy the file at the cell manager.
options - Additional transfer options.
Security Roles:
administrator

uploadFile

public void uploadFile(java.io.File sourceFile, java.lang.String destPath, long beginIndex)
Upload a partial file from a node agent to the cell manager
Parameters:
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.
Security Roles:
administrator

uploadFile

public void uploadFile(java.io.File sourceFile, java.lang.String destPath, long beginIndex, long endIndex)
Upload a partial file from a node agent to the cell manager
Parameters:
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.
Security Roles:
administrator

uploadFile

public void uploadFile(java.io.File sourceFile, java.lang.String destPath, long beginIndex, com.ibm.websphere.management.filetransfer.client.FileTransferOptions options)
Upload a partial file from a node agent to the cell manager
Parameters:
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.
Security Roles:
administrator

uploadFile

public void uploadFile(java.io.File sourceFile, java.lang.String destPath, long beginIndex, long endIndex, com.ibm.websphere.management.filetransfer.client.FileTransferOptions options)
Upload a partial file from a node agent to the cell manager
Parameters:
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.
Security Roles:
administrator

downloadFile

public void downloadFile(java.lang.String sourcePath, java.io.File destFile)
Download a file from the cell manager to a node agent.
Parameters:
sourcePath - The source location of the file to download from the cell manager.
destFile - The target file to create.
Security Roles:
administrator

downloadFile

public void downloadFile(java.lang.String sourcePath, java.io.File destFile, long beginIndex)
Download a partial file from a cell manager to the node
Parameters:
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.
Security Roles:
administrator

downloadFile

public void downloadFile(java.lang.String sourcePath, java.io.File destFile, long beginIndex, long endIndex)
Download a partial file from the cellmanager to the node
Parameters:
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.
Security Roles:
administrator

downloadFile

public void downloadFile(java.lang.String sourcePath, java.io.File destFile, com.ibm.websphere.management.filetransfer.client.FileTransferOptions options)
Download a file from the cell manager to a node agent.
Parameters:
sourcePath - The source location of the file to download from the cell manager.
destFile - The target file to create.
options - Additional transfer options.
Security Roles:
administrator

downloadFile

public void downloadFile(java.lang.String sourceName, java.io.File targetFile, long beginIndex, com.ibm.websphere.management.filetransfer.client.FileTransferOptions options)
Download a partial file from the cell manager to the node
Parameters:
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.
Security Roles:
administrator

downloadFile

public void downloadFile(java.lang.String sourcePath, java.io.File destFile, long beginIndex, long endIndex, com.ibm.websphere.management.filetransfer.client.FileTransferOptions options)
Download a partial file from the cell manager to the node
Parameters:
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.
Security Roles:
administrator

Notification Detail

websphere.fileservice.transfer.complete

Severity:
5  (Warning)

Copyright IBM Corp. 1996-2005