BBjAdminEnvironment
Description
In BBj 5.0 and higher, the BBjAdminEnvironment object provides programmatic access to the BBjServices environment. This may affect other BBj clients.
Creation
BBjAPI > BBjAdmin > BBjAdminEnvironment
The BBjAdminEnvironment object is created through the following BBjAdmin object method:
Return Value |
Method |
---|---|
BBjAdminEnvironment |
Methods of BBjAdminEnvironment
Return Value |
Method |
---|---|
void |
unpinAllPrograms - deprecated, use unpinServer() |
void |
|
getClasspath(string p_name) |
|
getFullClasspath(string p_name) |
|
void |
setClasspath(string p_name,BBjVector p_value) |
void |
reloadClasspath(string p_name) |
Remarks
None.
Constants
None.
Example
|
See Also