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 Entry
CmdLineExecutor. executeCommand(java.lang.String cmd)
Execute the command on the target machine.Entry
CmdLineExecutor. executeCommand(java.lang.String cmd, java.lang.String[] args, java.lang.String argDelimiter)
Execute the command on the target machine.Entry
RemoteCmdLineExecutor. executeCommand(java.lang.String cmdToExecute)
Execute the command on the target machine.Entry
RemoteCmdLineExecutor. executeCommand(java.lang.String cmdToExecute, java.lang.String[] args, java.lang.String argDelimiter)
Execute the command on the target machine.char
CmdLineExecutor. getOSSeparator()
Return the correct path separator for the target system.java.lang.String
CmdLineExecutor. getRandomDir(java.lang.String path)
Create a random directory on the target machine.java.lang.String
RemoteCmdLineExecutor. getRandomDir(java.lang.String path)
Create a random directory on the target machine.void
RemoteCmdLineFC. initialize(java.lang.Object o)
This function is called once after the connector configuration file has been provided by the caller.java.lang.Object
RemoteCmdLineFC. perform(java.lang.Object arg0)
Execute the Command on the specified target.boolean
CmdLineExecutor. prepareConnection()
Create a connection with the target machinevoid
CmdLineExecutor. removeDir(java.lang.String dirPath)
Remove a file/directory from the targetvoid
RemoteCmdLineExecutor. removeDir(java.lang.String dir)
Remove a file/directory from the targetvoid
RemoteCmdLineFC. terminate()
This function is called when the connector is no longer needed by the user in the Assembly Line or script.void
CmdLineExecutor. transferFile(java.lang.String localStdin, java.lang.String remoteStdin)
Transfer file localStdin to remoteStdin.void
RemoteCmdLineExecutor. 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 class
ParamException
A Remote Command Line Function Component Parameter Exception.class
RemoteConnectException
A Remote Command Line Function Component Remote Connect Exception.Methods in com.ibm.di.protocols.rxa that return GeneralCLFCException Modifier and Type Method Description static GeneralCLFCException
ExceptionFactory. createGeneralCLFCException(MsgIds err, LogProxy lg)
Construct a GeneralCLFCExceptionstatic GeneralCLFCException
ExceptionFactory. createGeneralCLFCException(java.lang.Throwable root, LogProxy lg)
Construct a GeneralCLFCExceptionMethods in com.ibm.di.protocols.rxa that throw GeneralCLFCException Modifier and Type Method Description void
Connection. createDir(java.lang.String dir)
Create a directory on the target machinevoid
ConnectionImpl. createDir(java.lang.String dir)
Create a directory on the target machinejava.lang.String
Connection. createRandomDir(java.lang.String p)
Create a random directory on the target machinejava.lang.String
ConnectionImpl. createRandomDir(java.lang.String p)
Create a random directory on the target machineboolean
Connection. isExists(java.lang.String path)
Returns true/false to check a given file exists or notboolean
ConnectionImpl. 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 filesvoid
Connection. receiveFile(java.lang.String remote, java.lang.String local)
Receives the specified file from the specified target machine to local machinevoid
ConnectionImpl. receiveFile(java.lang.String remotepath, java.lang.String localpath)
Receives the specified file from the target machine to a specified destination on the local machinevoid
Connection. removeDir(java.lang.String dir)
Remove a directory on the target machinevoid
ConnectionImpl. removeDir(java.lang.String dir)
Remove a directory on the target machineEntry
AS400Connection. runAS400Program(java.lang.String c, java.lang.String[] args, java.lang.String delim)
Run the specified command on the target machineEntry
Connection. runCommand(java.lang.String cmd)
Execute the command on the targetEntry
ConnectionImpl. runCommand(java.lang.String c)
Run the specified command on the target machinevoid
AS400Connection. transferFile(java.lang.String localPath, java.lang.String remotePath)
Transfer the specified file from the local machine to a specified destination on the remote targetvoid
Connection. transferFile(java.lang.String local, java.lang.String remote)
Transfer the specified file from the local machine to a specified destination on the remote targetvoid
ConnectionImpl. 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
-