|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use GeneralCLFCException | |
---|---|
com.ibm.di.fc.remotecmdlnfc | Provides classes for the remote command line function component. |
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(java.lang.Throwable root,
LogProxy lg)
Construct a GeneralCLFCException |
Methods in com.ibm.di.fc.remotecmdlnfc that throw GeneralCLFCException | |
---|---|
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 |
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 |
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 |
void |
CmdLineExecutor.removeDir(java.lang.String dirPath)
Remove a file/directory from the target |
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 |
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 |
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 |
CmdLineExecutor.transferFile(java.lang.String localStdin,
java.lang.String remoteStdin)
Transfer file localStdin to remoteStdin. |
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 |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |