Package | Description |
---|---|
org.rexxla.bsf.engines.rexx |
Modifier and Type | Method and Description |
---|---|
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.procEnvironment(int t,
java.lang.String n,
java.lang.String v) |
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.
|