public interface GridProduct
GridProduct is obtained from grid as follows:
GridProduct p = GridGain.grid().product();
| Modifier and Type | Method and Description |
|---|---|
String |
copyright()
Copyright statement for GridGain code.
|
String |
latestVersion()
Gets latest version available for download or
null if information is not available. |
GridProductLicense |
license()
Gets license descriptor for enterprise edition or
null for open source edition. |
void |
updateLicense(String lic)
Updates to a new license in enterprise edition.
|
GridProductVersion |
version()
Gets product version for this release.
|
@Nullable GridProductLicense license()
null for open source edition.void updateLicense(String lic) throws GridProductLicenseException
lic - The content of the license.GridProductLicenseException - If license could not be updated.GridProductVersion version()
String copyright()
Copyright © 2014. All rights reserved.