Uses of Class
com.ibm.di.protocols.rxa.GeneralCLFCException

Packages that use GeneralCLFCException
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
 Entry RemoteCmdLineExecutor.executeCommand(java.lang.String cmdToExecute)
          Execute the command on the target machine.
 Entry CmdLineExecutor.executeCommand(java.lang.String cmd)
          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.
 Entry CmdLineExecutor.executeCommand(java.lang.String cmd, 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 RemoteCmdLineExecutor.getRandomDir(java.lang.String path)
          Create a random directory on the target machine.
 java.lang.String CmdLineExecutor.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 machine
 void RemoteCmdLineExecutor.removeDir(java.lang.String dir)
          Remove a file/directory from the target
 void CmdLineExecutor.removeDir(java.lang.String dirPath)
          Remove a file/directory from the target
 void RemoteCmdLineFC.terminate()
          This function is called when the connector is no longer needed by the user in the Assembly Line or script.
 void RemoteCmdLineExecutor.transferFile(java.lang.String local, java.lang.String remote)
          Transfer file localStdin to remoteStdin.
 void CmdLineExecutor.transferFile(java.lang.String localStdin, java.lang.String remoteStdin)
          Transfer file localStdin to remoteStdin.
 

Uses of GeneralCLFCException in com.ibm.di.protocols.rxa
 

Subclasses of GeneralCLFCException in com.ibm.di.protocols.rxa
 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
static GeneralCLFCException ExceptionFactory.createGeneralCLFCException(MsgIds err, LogProxy lg)
          Construct a GeneralCLFCException
static GeneralCLFCException ExceptionFactory.createGeneralCLFCException(java.lang.Throwable root, LogProxy lg)
          Construct a GeneralCLFCException
 

Methods in com.ibm.di.protocols.rxa that throw GeneralCLFCException
 void ConnectionImpl.createDir(java.lang.String dir)
          Create a directory on the target machine
 void Connection.createDir(java.lang.String dir)
          Create a directory on the target machine
 java.lang.String ConnectionImpl.createRandomDir(java.lang.String p)
          Create a random directory on the target machine
 java.lang.String Connection.createRandomDir(java.lang.String p)
          Create a random directory on the target machine
 boolean ConnectionImpl.isExists(java.lang.String path)
          Returns true/false to check a given file exists or not
 boolean Connection.isExists(java.lang.String path)
          Returns true/false to check a given file exists or not
 java.util.ArrayList<java.lang.String> ConnectionImpl.list(java.lang.String path)
          Retrieves the list of files
 java.util.ArrayList<java.lang.String> Connection.list(java.lang.String path)
          Retrieves the list of files
 void 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 machine
 void Connection.receiveFile(java.lang.String remote, java.lang.String local)
          Receives the specified file from the specified target machine to local machine
 void ConnectionImpl.removeDir(java.lang.String dir)
          Remove a directory on the target machine
 void Connection.removeDir(java.lang.String dir)
          Remove a directory on the target machine
 Entry AS400Connection.runAS400Program(java.lang.String c, java.lang.String[] args, java.lang.String delim)
          Run the specified command on the target machine
 Entry ConnectionImpl.runCommand(java.lang.String c)
          Run the specified command on the target machine
 Entry Connection.runCommand(java.lang.String cmd)
          Execute the command on the target
 void 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
 void 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 target
 void 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 target