com.ibm.ftt.rse.mvs.client.tso.utils
Class TSOCommandProcessor
java.lang.Object
com.ibm.ftt.rse.mvs.client.tso.utils.TSOCommandProcessor
public class TSOCommandProcessor
- extends Object
A utility class for sending TSO commands to a host system and retrieving the results.
|
Method Summary |
String |
tsoCommand(ZOSSystemImage system,
String commandString,
org.eclipse.core.runtime.IProgressMonitor monitor)
Executes a TSO command on the specified host system and returns a string
of results (or null) if errors occur. |
COPY_RIGHT
public static final String COPY_RIGHT
- See Also:
- Constant Field Values
TSOCommandProcessor
public TSOCommandProcessor()
- Constructor for TSOCommandProcessor.
tsoCommand
public String tsoCommand(ZOSSystemImage system,
String commandString,
org.eclipse.core.runtime.IProgressMonitor monitor)
- Executes a TSO command on the specified host system and returns a string
of results (or null) if errors occur.
- Parameters:
system - The host system on which to execute the commandcommandString - The TSO command to be sent.monitor - An IProgressMonitor for reporting progress.
- Returns:
- result A (possibly empty) string containing the results of the
command or null if errors occur.