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, wait
isRedirectable, toString
checkCondition, clearCondition, dropContextVariable, getAllContextVariables, getCallerContext, getConditionInfo, getContextVariable, getGlobalEnvironment, getInterpreterVersion, getLanguageLevel, getLocalEnvironment, getNil, haltThread, newArray, newDirectory, newStem, newStringTable, raiseCondition, raiseException, raiseException0, raiseException1, raiseException2, setContextVariable, setContextVariableToNil, setThreadTrace
public 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)
RexxCommandHandler
rexxpg.pdf
.handleCommand
in interface RexxCommandHandler
slot
- this is an opaque Object
argument which must be supplied
unchanged to the direct Rexx API methods in RexxHandler
address
- 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)