Uses of Class
com.ibm.di.protocols.rxa.GeneralCLFCException
-
Packages that use GeneralCLFCException Package Description com.ibm.di.fc.remotecmdlnfc Provides classes for the remote command line function component.com.ibm.di.protocols.rxa -
-
Uses of GeneralCLFCException in com.ibm.di.fc.remotecmdlnfc
Methods in com.ibm.di.fc.remotecmdlnfc that throw GeneralCLFCException Modifier and Type Method Description EntryCmdLineExecutor. executeCommand(java.lang.String cmd)Execute the command on the target machine.EntryCmdLineExecutor. executeCommand(java.lang.String cmd, java.lang.String[] args, java.lang.String argDelimiter)Execute the command on the target machine.EntryRemoteCmdLineExecutor. executeCommand(java.lang.String cmdToExecute)Execute the command on the target machine.EntryRemoteCmdLineExecutor. executeCommand(java.lang.String cmdToExecute, java.lang.String[] args, java.lang.String argDelimiter)Execute the command on the target machine.charCmdLineExecutor. getOSSeparator()Return the correct path separator for the target system.java.lang.StringCmdLineExecutor. getRandomDir(java.lang.String path)Create a random directory on the target machine.java.lang.StringRemoteCmdLineExecutor. getRandomDir(java.lang.String path)Create a random directory on the target machine.voidRemoteCmdLineFC. initialize(java.lang.Object o)This function is called once after the connector configuration file has been provided by the caller.java.lang.ObjectRemoteCmdLineFC. perform(java.lang.Object arg0)Execute the Command on the specified target.booleanCmdLineExecutor. prepareConnection()Create a connection with the target machinevoidCmdLineExecutor. removeDir(java.lang.String dirPath)Remove a file/directory from the targetvoidRemoteCmdLineExecutor. removeDir(java.lang.String dir)Remove a file/directory from the targetvoidRemoteCmdLineFC. terminate()This function is called when the connector is no longer needed by the user in the Assembly Line or script.voidCmdLineExecutor. transferFile(java.lang.String localStdin, java.lang.String remoteStdin)Transfer file localStdin to remoteStdin.voidRemoteCmdLineExecutor. transferFile(java.lang.String local, java.lang.String remote)Transfer file localStdin to remoteStdin. -
Uses of GeneralCLFCException in com.ibm.di.protocols.rxa
Subclasses of GeneralCLFCException in com.ibm.di.protocols.rxa Modifier and Type Class Description classParamExceptionA Remote Command Line Function Component Parameter Exception.classRemoteConnectExceptionA Remote Command Line Function Component Remote Connect Exception.Methods in com.ibm.di.protocols.rxa that return GeneralCLFCException Modifier and Type Method Description static GeneralCLFCExceptionExceptionFactory. createGeneralCLFCException(MsgIds err, LogProxy lg)Construct a GeneralCLFCExceptionstatic GeneralCLFCExceptionExceptionFactory. createGeneralCLFCException(java.lang.Throwable root, LogProxy lg)Construct a GeneralCLFCExceptionMethods in com.ibm.di.protocols.rxa that throw GeneralCLFCException Modifier and Type Method Description voidConnection. createDir(java.lang.String dir)Create a directory on the target machinevoidConnectionImpl. createDir(java.lang.String dir)Create a directory on the target machinejava.lang.StringConnection. createRandomDir(java.lang.String p)Create a random directory on the target machinejava.lang.StringConnectionImpl. createRandomDir(java.lang.String p)Create a random directory on the target machinebooleanConnection. isExists(java.lang.String path)Returns true/false to check a given file exists or notbooleanConnectionImpl. isExists(java.lang.String path)Returns true/false to check a given file exists or notjava.util.ArrayList<java.lang.String>Connection. list(java.lang.String path)Retrieves the list of filesjava.util.ArrayList<java.lang.String>ConnectionImpl. list(java.lang.String path)Retrieves the list of filesvoidConnection. receiveFile(java.lang.String remote, java.lang.String local)Receives the specified file from the specified target machine to local machinevoidConnectionImpl. receiveFile(java.lang.String remotepath, java.lang.String localpath)Receives the specified file from the target machine to a specified destination on the local machinevoidConnection. removeDir(java.lang.String dir)Remove a directory on the target machinevoidConnectionImpl. removeDir(java.lang.String dir)Remove a directory on the target machineEntryAS400Connection. runAS400Program(java.lang.String c, java.lang.String[] args, java.lang.String delim)Run the specified command on the target machineEntryConnection. runCommand(java.lang.String cmd)Execute the command on the targetEntryConnectionImpl. runCommand(java.lang.String c)Run the specified command on the target machinevoidAS400Connection. transferFile(java.lang.String localPath, java.lang.String remotePath)Transfer the specified file from the local machine to a specified destination on the remote targetvoidConnection. transferFile(java.lang.String local, java.lang.String remote)Transfer the specified file from the local machine to a specified destination on the remote targetvoidConnectionImpl. transferFile(java.lang.String localPath, java.lang.String remotePath)Transfer the specified file from the local machine to a specified destination on the remote target
-