public abstract class AbstractDirectCommandHandler extends java.lang.Object implements RexxCommandHandler
version| Constructor and Description |
|---|
AbstractDirectCommandHandler() |
| 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, waitisRedirectable, toStringcheckCondition, 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)