Uses of Class
com.ibm.di.protocols.rxa.ParamException
-
Packages that use ParamException Package Description com.ibm.di.fc.filetransferfc com.ibm.di.fc.remotecmdlnfc Provides classes for the remote command line function component.com.ibm.di.protocols.rxa -
-
Uses of ParamException in com.ibm.di.fc.filetransferfc
Methods in com.ibm.di.fc.filetransferfc that throw ParamException Modifier and Type Method Description void
FileTransferFC. getFile()
Receives the file from Source to Local machinevoid
FileTransferFC. initConnection()
Initializes connection to target machine(s)java.lang.String[]
FileTransferFC. listSource()
Retrieves the list of Files in the Source pathjava.lang.String[]
FileTransferFC. listTarget()
Retrieves the list of Files in the Target pathboolean
FileTransferOperator. prepareConnection()
Creates a connection with the target machinevoid
FileTransferFC. putFile()
Send the file from Local to Target machine -
Uses of ParamException in com.ibm.di.fc.remotecmdlnfc
Methods in com.ibm.di.fc.remotecmdlnfc that throw ParamException Modifier and Type Method Description java.lang.Object
RemoteCmdLineFC. perform(java.lang.Object arg0)
Execute the Command on the specified target.boolean
RemoteCmdLineExecutor. prepareConnection()
Create a connection with the target machine -
Uses of ParamException in com.ibm.di.protocols.rxa
Methods in com.ibm.di.protocols.rxa that return ParamException Modifier and Type Method Description static ParamException
ExceptionFactory. createParamException(MsgIds err, LogProxy lg)
Construct a ParamException
-