BBjRuntime::isDVKLicenseActive

Description

In BBj 9.0 and higher, this method returns whether BBjServices is using a DVK (development kit) license.

Syntax

Return Value

Method

boolean

isDVKLicenseActive()

Parameters

None.

Return Value

Returns true if BBjServices is using a DVK (development kit) license.

Remarks

When BBjServices is running with a DVK license, BBj sessions will not generate nag messages when ClientObjects are created from custom Java code that is contained in non-registered jars.

When a program is stopped at the console, entering the dot command .dvklic is equivalent to entering the command print BBjAPI().getRuntime().isDVKLicenseActive().

Example

print BBjAPI().getRuntime().isDVKLicenseActive()
Example Type: BBj

See Also

BBjAPI

BBjRuntime

See the BBj Object Diagram for an illustration of the relationship between BBj Objects.