20110531, rgf

Uses of Class
org.rexxla.bsf.engines.rexx.RexxProxy

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

Uses of RexxProxy in org.rexxla.bsf.engines.rexx
 

Fields in org.rexxla.bsf.engines.rexx declared as RexxProxy
(package private)  RexxProxy RexxException.rexxConditionObject
          Contains a RexxProxy object for the Rexx condition object.
 

Methods in org.rexxla.bsf.engines.rexx that return RexxProxy
 RexxProxy RexxException.getRexxConditionObject()
          Getter method.
 

Methods in org.rexxla.bsf.engines.rexx with parameters of type RexxProxy
 java.lang.Object RexxEngine.call(RexxProxy proxy, java.lang.reflect.Method methodObject, java.lang.Object[] args)
          Allows forwarding a messages to a RexxProxy using the method name of the supplied methodObject object with the supplied arguments, if any.
 java.lang.Object RexxEngine.call(RexxProxy proxy, java.lang.Object javaObject, java.lang.String methodName, java.lang.String methodDescriptor, java.lang.Object[] args)
          Allows forwarding a messages to a RexxProxy using the supplied methodName the supplied arguments, if any.
 

Constructors in org.rexxla.bsf.engines.rexx with parameters of type RexxProxy
RexxException(int reason, java.lang.String message, RexxProxy rexxConditionObject)
           
RexxException(java.lang.String message, RexxProxy rexxConditionObject)
          Creates a RexxException with a message, and a RexxProxy allowing to access the Rexx condition object for further inspection.
 


20110531, rgf