public interface LicenseComplianceService
| Modifier and Type | Method and Description |
|---|---|
LicenseComplianceInfo |
getComplianceLevel(LicenseProduct product,
LicenseMetric metric)
Compute license compliance information for a given product and metric
|
LicenseComplianceInfo |
getComplianceLevel(short licSerialNo)
Compute license compliance information for a system known license by
it's serial number
|
Collection<LicenseComplianceInfo> |
getComplianceLevels()
Compute license compliance information for all known products and
metrics
|
LicenseComplianceInfo getComplianceLevel(LicenseProduct product, LicenseMetric metric)
product - product licensedmetric - metric licensed forCollection<LicenseComplianceInfo> getComplianceLevels()
LicenseComplianceInfo getComplianceLevel(short licSerialNo)
licSerialNo - system aware of a license serial numberCopyright © 2014. All Rights Reserved.