Uses of Class
org.rexxla.bsf.engines.rexx.RexxEngine
Packages that use RexxEngine
-
Uses of RexxEngine in org.rexxla.bsf.engines.rexx
Fields in org.rexxla.bsf.engines.rexx declared as RexxEngineModifier and TypeFieldDescriptionprotected RexxEngineRexxProxy.rexxEngineThe RexxEngine instance that creates this proxy and which will be used for callbacks.Methods in org.rexxla.bsf.engines.rexx that return RexxEngineModifier and TypeMethodDescriptionRexxScriptEngine.getBsfRexxEngine()Getter method that returns the BSF scripting engine in use.RexxProxy.getRexxEngineInstance()Getter method.Methods in org.rexxla.bsf.engines.rexx with parameters of type RexxEngineModifier and TypeMethodDescriptionRexxProxy.sendMessage(RexxEngine re, String messageName, Object[] args) Sends the given message with the given arguments using a callback to ooRexx using the RexxEngine instance.RexxProxy.sendMessage0(RexxEngine re, String messageName) Sends the given message using a callback to ooRexx using the RexxEngine instance.RexxProxy.sendMessage1(RexxEngine re, String messageName, Object arg1) Sends the given message with the given argument using a callback to ooRexx using the RexxEngine instance.RexxProxy.sendMessage2(RexxEngine re, String messageName, Object arg1, Object arg2) Sends the given message with the two given arguments using a callback to ooRexx using the RexxEngine instance.RexxProxy.sendMessage3(RexxEngine re, String messageName, Object arg1, Object arg2, Object arg3) Sends the given message with the three given arguments using a callback to ooRexx using the RexxEngine instance.RexxProxy.sendMessage4(RexxEngine re, String messageName, Object arg1, Object arg2, Object arg3, Object arg4) Sends the given message with the four given arguments using a callback to ooRexx using the RexxEngine instance.RexxProxy.sendMessage5(RexxEngine re, String messageName, Object arg1, Object arg2, Object arg3, Object arg4, Object arg5) Sends the given message with the five given arguments using a callback to ooRexx using the RexxEngine instance.RexxProxy.sendMessageScoped(RexxEngine re, String messageName, Object scope, Object[] args) Sends the given message with the given scope and arguments using a callback to ooRexx using the supplied RexxEngine instance.