BBjRuntime
Description
In BBj 9.0 and higher, BBjRuntime provides methods through which a program may interact with its runtime environment.
Creation
BBjAPI > BBjRuntime
The BBjRuntime may be obtained through the following BBjAPI object method:
Return Value |
Method |
---|---|
BBjRuntime |
getRuntime() |
Methods of BBjRuntime
Return Value |
Method |
---|---|
void |
doGC() |
string |
|
string |
|
boolean |
|
string |
|
boolean |
|
boolean |
|
boolean |
|
void |
setDebugState(boolean isOn) |
Remarks
None.
Constants
None.
Example
|
See Also
BBj Object Creation and Assignment
See the BBj Object Diagram for an illustration of the relationship between BBj Objects.