|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use GeneralCLFCException | |
---|---|
com.ibm.di.fc.remotecmdlnfc | |
com.ibm.di.fc.rxaunittests |
Uses of GeneralCLFCException in com.ibm.di.fc.remotecmdlnfc |
---|
Subclasses of GeneralCLFCException in com.ibm.di.fc.remotecmdlnfc | |
---|---|
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.fc.remotecmdlnfc that return GeneralCLFCException | |
---|---|
static GeneralCLFCException |
ExceptionFactory.createGeneralCLFCException(RemoteCLFCMsgIds err,
LogProxy lg)
Construct a GeneralCLFCException |
static GeneralCLFCException |
ExceptionFactory.createGeneralCLFCException(Throwable root,
LogProxy lg)
Construct a GeneralCLFCException |
Methods in com.ibm.di.fc.remotecmdlnfc that throw GeneralCLFCException | |
---|---|
String |
ConnectionImpl.createRandomDir(String p)
Create a random directory on the target machine |
String |
Connection.createRandomDir(String p)
Create a random directory on the target machine |
Entry |
RemoteCmdLineExecutor.executeCommand(String cmdToExecute)
Execute the command on the target machine. |
Entry |
CmdLineExecutor.executeCommand(String cmd)
Execute the command on the target machine. |
Entry |
RemoteCmdLineExecutor.executeCommand(String cmdToExecute,
String[] args,
String argDelimiter)
Execute the command on the target machine. |
Entry |
CmdLineExecutor.executeCommand(String cmd,
String[] args,
String argDelimiter)
Execute the command on the target machine. |
char |
CmdLineExecutor.getOSSeparator()
Return the correct path separator for the target system. |
String |
RemoteCmdLineExecutor.getRandomDir(String path)
Create a random directory on the target machine. |
String |
CmdLineExecutor.getRandomDir(String path)
Create a random directory on the target machine. |
void |
RemoteCmdLineFC.initialize(Object o)
This function is called once after the connector configuration file has been provided by the caller. |
Object |
RemoteCmdLineFC.perform(Object arg0)
Execute the Command on the specified target. |
boolean |
CmdLineExecutor.prepareConnection()
Create a connection with the target machine |
void |
RemoteCmdLineExecutor.removeDir(String dir)
Remove a file/directory from the target |
void |
ConnectionImpl.removeDir(String dir)
Remove a directory on the target machine |
void |
Connection.removeDir(String dir)
Remove a directory on the target machine |
void |
CmdLineExecutor.removeDir(String dirPath)
Remove a file/directory from the target |
Entry |
AS400Connection.runAS400Program(String c,
String[] args,
String delim)
Run the specified command on the target machine |
Entry |
ConnectionImpl.runCommand(String c)
Run the specified command on the target machine |
Entry |
Connection.runCommand(String cmd)
Execute the command on 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(String local,
String remote)
Transfer file localStdin to remoteStdin. |
void |
ConnectionImpl.transferFile(String localPath,
String remotePath)
Transfer the specified file from the local machine to a specified destination on the remote target |
void |
Connection.transferFile(String local,
String remote)
Transfer the specified file from the local machine to a specified destination on the remote target |
void |
CmdLineExecutor.transferFile(String localStdin,
String remoteStdin)
Transfer file localStdin to remoteStdin. |
void |
AS400Connection.transferFile(String localPath,
String remotePath)
Transfer the specified file from the local machine to a specified destination on the remote target |
Uses of GeneralCLFCException in com.ibm.di.fc.rxaunittests |
---|
Methods in com.ibm.di.fc.rxaunittests that throw GeneralCLFCException | |
---|---|
void |
QA_RemoteCmdLineFC.initialize(Object o)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |