public abstract class AbstractRedirectingCommandHandler extends java.lang.Object implements RexxRedirectingCommandHandler
ARE_OUTPUT_AND_ERROR_SAME_TARGET, IS_ERROR_REDIRECTED, IS_INPUT_REDIRECTED, IS_OUTPUT_REDIRECTED, IS_REDIRECTION_REQUESTED, version| Constructor and Description |
|---|
AbstractRedirectingCommandHandler() |
| Modifier and Type | Method and Description |
|---|---|
abstract java.lang.Object |
handleCommand(java.lang.Object slot,
java.lang.String address,
java.lang.String command)
Command handler signature (called via native code) according to the ooRexx API
documentation in
rexxpg.pdf. |
static void |
main(java.lang.String[] args) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitareOutputAndErrorSameTarget, isErrorRedirected, isInputRedirected, isOutputRedirected, isRedirectable, isRedirectionRequested, readInput, readInputAsByteArray, readInputBuffer, toString, writeError, writeError, writeErrorBuffer, writeOutput, writeOutput, writeOutputBuffercheckCondition, clearCondition, dropContextVariable, getAllContextVariables, getCallerContext, getConditionInfo, getContextVariable, getGlobalEnvironment, getInterpreterVersion, getLanguageLevel, getLocalEnvironment, getNil, haltThread, newArray, newDirectory, newStem, newStringTable, raiseCondition, raiseException, raiseException0, raiseException1, raiseException2, setContextVariable, setContextVariableToNil, setThreadTracepublic static void main(java.lang.String[] args)
public abstract java.lang.Object handleCommand(java.lang.Object slot,
java.lang.String address,
java.lang.String command)
RexxCommandHandlerrexxpg.pdf.handleCommand in interface RexxCommandHandlerslot - this is an opaque Object argument which must be supplied
unchanged to the direct Rexx API methods in RexxHandleraddress - a String denoting the name of the command environment for which this
method got invokedcommand - a String containing the command passed from RexxRC (result code)