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 voidFileTransferFC. getFile()Receives the file from Source to Local machinevoidFileTransferFC. 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 pathbooleanFileTransferOperator. prepareConnection()Creates a connection with the target machinevoidFileTransferFC. 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.ObjectRemoteCmdLineFC. perform(java.lang.Object arg0)Execute the Command on the specified target.booleanRemoteCmdLineExecutor. 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 ParamExceptionExceptionFactory. createParamException(MsgIds err, LogProxy lg)Construct a ParamException
-