WebSphere:*,type=FileTransferServer
MinimalAccessCheck:
MBean FileTransferServer
Management interface for the File transfer server mbean in the deployment manager.
Operation Summary | |
com.ibm.websphere.management.filetransfer.FileTransferConfig | getServerConfig() Get the server configuration for file transfer service. |
void | send( Send a file from the cell manager to a node agent. |
void | send( Send a partial file from the cell manager to a node |
void | send( Send a partial file from the cellmanager to the node |
void | send( Send a file from the cell manager to a node agent. |
void | send( Send a partial file from the cell manager to the node |
void | send( Send a partial file from the cell manager to the node |
Operation Detail |
public com.ibm.websphere.management.filetransfer.FileTransferConfig getServerConfig()
public void send(java.lang.String nodeName,
java.lang.String sourceFile,
java.lang.String destPath
)
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.
public void send(java.lang.String nodeName,
java.lang.String sourceFile,
java.lang.String destPath,
long beginIndex
)
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.
public void send(java.lang.String nodeName,
java.lang.String sourceFile,
java.lang.String destPath,
long beginIndex,
long endIndex
)
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.
public void send(java.lang.String nodeName,
java.lang.String sourceFile,
java.lang.String destPath,
com.ibm.websphere.management.filetransfer.client.FileTransferOptions options
)
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.
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
)
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.
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
)
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.