Uses of Class
org.rexxla.bsf.engines.rexx.RexxException
Packages that use RexxException
-
Uses of RexxException in org.rexxla.bsf.engines.rexx
Methods in org.rexxla.bsf.engines.rexx that throw RexxExceptionModifier and TypeMethodDescriptionvoidRexxEngine.halt()Halt (raise theHALTcondition) all Rexx threads of this engine's peer Rexx interperter instance (using the new ooRExx 4.0 APIs).RexxEngine.lookupBean(String beanName) Allow lookup of BSFRegistry entries.RexxEngine.procEnvironment(int t, String n, String v) RexxEngine.registerBean(Object object) This method registers an object with the given beanName that gets created automatically in the BSF registry, if not registered yet.RexxEngine.registerBean(String beanName, Object object) This method registers an object with the given beanName with the BSF registry, if not registered yet.booleanRexxEngine.unregisterBean(String beanName) This method allows for unregistering Beans, taking into account reference counters.