FileTransferServer MBean

Partial ObjectName:
WebSphere:*,type=FileTransferServer

MinimalAccessCheck:

true


MBean FileTransferServer

Management interface for the File transfer server mbean in the deployment manager.


Operation Summary
com.ibm.websphere.management.filetransfer.FileTransferConfiggetServerConfig()
           Get the server configuration for file transfer service.
voidsend(java.lang.String nodeName, java.lang.String sourceFile, java.lang.String destPath)
           Send a file from the cell manager to a node agent.
voidsend(java.lang.String nodeName, java.lang.String sourceFile, java.lang.String destPath, long beginIndex)
           Send a partial file from the cell manager to a node
voidsend(java.lang.String nodeName, java.lang.String sourceFile, java.lang.String destPath, long beginIndex, long endIndex)
           Send a partial file from the cellmanager to the node
voidsend(java.lang.String nodeName, java.lang.String sourceFile, java.lang.String destPath, com.ibm.websphere.management.filetransfer.client.FileTransferOptions options)
           Send a file from the cell manager to a node agent.
voidsend(java.lang.String nodeName, java.lang.String sourceFile, java.lang.String destPath, long beginIndex, com.ibm.websphere.management.filetransfer.client.FileTransferOptions options)
           Send a partial file from the cell manager to the node
voidsend(java.lang.String nodeName, java.lang.String sourceFile, java.lang.String destPath, long beginIndex, long endIndex, com.ibm.websphere.management.filetransfer.client.FileTransferOptions options)
           Send a partial file from the cell manager to the node

Operation Detail

getServerConfig

public com.ibm.websphere.management.filetransfer.FileTransferConfig getServerConfig()
Get the server configuration for file transfer service.
Security Roles:
administrator
operator
deployer
adminsecuritymanager

send

public void send(java.lang.String nodeName, java.lang.String sourceFile, java.lang.String destPath)
Send a file from the cell manager to a node agent.
Parameters:
nodeName - The name of the node to send the file.
sourceFile - The path of the source file to send from the cell manager. This file path is relative to the repository temporary directory.
destPath - The target file to create.
Security Roles:
administrator
adminsecuritymanager

send

public void send(java.lang.String nodeName, java.lang.String sourceFile, java.lang.String destPath, long beginIndex)
Send a partial file from the cell manager to a node
Parameters:
nodeName - The name of the node to send the file.
sourceFile - The path of the source file to send from the cell manager. This file path is relative to the repository temporary directory.
destPath - The target file to create.
beginIndex - The index to begin the partial file transfer.
Security Roles:
administrator
adminsecuritymanager

send

public void send(java.lang.String nodeName, java.lang.String sourceFile, java.lang.String destPath, long beginIndex, long endIndex)
Send a partial file from the cellmanager to the node
Parameters:
nodeName - The name of the node to send the file.
sourceFile - The path of the source file to send from the cell manager. This file path is relative to the repository temporary directory.
destPath - The target file to create.
beginIndex - The index to begin the partial file transfer.
endIndex - The index to end the partial file transfer.
Security Roles:
administrator
adminsecuritymanager

send

public void send(java.lang.String nodeName, java.lang.String sourceFile, java.lang.String destPath, com.ibm.websphere.management.filetransfer.client.FileTransferOptions options)
Send a file from the cell manager to a node agent.
Parameters:
nodeName - The name of the node to send the file.
sourceFile - The path of the source file to send from the cell manager. This file path is relative to the repository temporary directory.
destPath - The target file to create.
options - Additional transfer options.
Security Roles:
administrator
adminsecuritymanager

send

public void send(java.lang.String nodeName, java.lang.String sourceFile, java.lang.String destPath, long beginIndex, com.ibm.websphere.management.filetransfer.client.FileTransferOptions options)
Send a partial file from the cell manager to the node
Parameters:
nodeName - The name of the node to send the file.
sourceFile - The path of the source file to send from the cell manager. This file path is relative to the repository temporary directory.
destPath - The target file to create.
beginIndex - The index to begin the partial file transfer.
options - Additional transfer options.
Security Roles:
administrator
adminsecuritymanager

send

public void send(java.lang.String nodeName, java.lang.String sourceFile, java.lang.String destPath, long beginIndex, long endIndex, com.ibm.websphere.management.filetransfer.client.FileTransferOptions options)
Send a partial file from the cell manager to the node
Parameters:
nodeName - The name of the node to send the file.
sourceFile - The path of the source file to send from the cell manager. This file path is relative to the repository temporary directory.
destPath - 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
adminsecuritymanager

Copyright IBM Corp. 1996-2005