20110528, rgf

Uses of Package
org.rexxla.bsf.engines.rexx

Packages that use org.rexxla.bsf.engines.rexx
org.rexxla.bsf.engines.rexx   
 

Classes in org.rexxla.bsf.engines.rexx used by org.rexxla.bsf.engines.rexx
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.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).
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.
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 #getRegistryKeyValue().
Supplier
          Class modelled after the ooRexx class "Supplier".
TransformationData
          Class which allows for maintaining class and method relevant data for the transformation purpose.
 


20110528, rgf