| Package | Description |
|---|---|
| org.gridgain.grid.kernal |
Contains main implementation.
|
| org.gridgain.grid.kernal.processors.license |
License processor.
|
| org.gridgain.grid.kernal.processors.license.os |
No-op implementation of license processor.
|
| org.gridgain.grid.product |
Contains Product and License related functionality.
|
| org.gridgain.grid.startup.cmdline |
Contains default command line startup.
|
| Modifier and Type | Method and Description |
|---|---|
GridProductLicense |
GridProductImpl.license()
Gets license descriptor for enterprise edition or
null for open source edition. |
| Modifier and Type | Method and Description |
|---|---|
GridProductLicense |
GridLicenseProcessor.license()
Gets license descriptor.
|
| Modifier and Type | Method and Description |
|---|---|
GridProductLicense |
GridOsLicenseProcessor.license()
Gets license descriptor.
|
| Modifier and Type | Method and Description |
|---|---|
GridProductLicense |
GridProduct.license()
Gets license descriptor for enterprise edition or
null for open source edition. |
| Modifier and Type | Method and Description |
|---|---|
static void |
GridAboutDialog.centerShow(String appName,
String bannerSpec,
String ver,
Date release,
String copyright,
GridProductLicense lic)
Show about dialog.
|
Copyright © 2014. All rights reserved.