display
display(): String;
After a call to the JadeLicenceInfo object following a getLicenceInfo method, the display method of the JadeLicenceInfo class returns a string of the receiver containing the JADE licence information stored in the JadeLicenceInfo object properties listed in the following table.
| Displays … | Property | Example |
|---|---|---|
| Licence name | licenceName | Licensed Demonstration Company |
| uuid | uuid | 99z9zzz9-9999-z999-9z9z- z99999zzzz99 |
| Maximum number of development licences available | developmentLicences | 50 |
| Maximum number of process licences available | processLicences | 500 |
| Restrictions | licenceRestriction, maxDBSize | Enterprise version, max DB size=4 GB |
| Expiry Date | expiryDate | perpetual |
| Number of licences reserved for standard processes | jadeStandardMin | 0 |
| Number of licences reserved for thin client processes | jadeThinMin | 0 |
| Number of standard process licences in use | nNonJadeDevProcesses | 4 |
| Number of development licences in use | nJadeDevProcesses | 1 |
| Number of thin client processes in use | nJadeThinNonJadeDevProcesses | 0 |
| Number of HTML thin client processes in use | nHtmlThinSessions | 0 |
| Number of process licences free | nProcessesLeft | 496 |
Use the JadeLicenceInfo class getLicenceInfo method to get the appropriate information that you require.
