20120618, rgf

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

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

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

Methods in org.rexxla.bsf.engines.rexx that throw RexxException
 void RexxEngine.halt()
          Halt (raise the HALT condition) all Rexx threads of this engine's peer Rexx interperter instance (using the new ooRExx 4.0 APIs).
 java.lang.Object RexxEngine.lookupBean(java.lang.String beanName)
          Allow lookup of BSFRegistry entries.
 java.lang.String RexxEngine.registerBean(java.lang.Object object)
          This method registers an object with the given beanName that gets created automatically in the BSF registry, if not registered yet.
 java.lang.String RexxEngine.registerBean(java.lang.String beanName, java.lang.Object object)
          This method registers an object with the given beanName with the BSF registry, if not registered yet.
 boolean RexxEngine.unregisterBean(java.lang.String beanName)
          This method allows for unregistering Beans, taking into account reference counters.
 


20120618, rgf