Package | Description |
---|---|
org.rexxla.bsf.engines.rexx | |
org.rexxla.bsf.engines.rexx.jsr223 |
Class and Description |
---|
MethodForSuperData
Class which allows for maintaining method relevant data for creating a "_forwardToSuper" method.
|
ProxiedJavaClassTool.RunInfos
Inner class to make maintenance and access to management data structures easy.
|
RexxAndJava
This class manages the calls from Rexx or Object Rexx into Java.
|
RexxAndJava.RAJBean
This class maintains the name, the Java object denoted by it and the reference count of the Java object.
|
RexxAndJava.SyncPutGet
Inner class to implement a Synchronized ReaderWriter, where a
read on an empty Vector blocks the read, until a write occurs (with optional timeout).
|
RexxCommandHandler
Interface class for Rexx command handlers.
|
RexxConfiguration
This class allows to configure a Rexx interpreter instance, before it gets created employing
RexxAndJava.createRexxInterpreterInstance(RexxConfiguration rc) . |
RexxEngine
This class manages the calls from Java via JNI to Rexx or Object Rexx
using the RexxSAA interface.
|
RexxException
This class allows to create an exception which contains a reference to the Rexx
condition object represented as a RexxProxy object, such that Java programs become
able to directly interact with the Rexx condition object.
|
RexxExitHandler
Interface class for Rexx exit handlers.
|
RexxProxy
This class allows RexxProxy objects to be created from native (JNI) code and will be
registered in the BSFRegistry using the String retrievable by
RexxProxy.getBsfRegistryKey() . |
Supplier
Class modelled after the ooRexx class "Supplier".
|
TransformationData
Class which allows for maintaining class and method relevant data for
the transformation purpose.
|
Class and Description |
---|
RexxEngine
This class manages the calls from Java via JNI to Rexx or Object Rexx
using the RexxSAA interface.
|
RexxProxy
This class allows RexxProxy objects to be created from native (JNI) code and will be
registered in the BSFRegistry using the String retrievable by
RexxProxy.getBsfRegistryKey() . |