|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use LicenseNotFoundException | |
|---|---|
| blackboard.platform | |
| Uses of LicenseNotFoundException in blackboard.platform |
|---|
| Methods in blackboard.platform that throw LicenseNotFoundException | |
|---|---|
void |
LicenseManager.assertIsLicensed(java.lang.reflect.AnnotatedElement component)
Similar to isLicensed(), except that exceptions are thrown if the license
check fails. |
void |
LicenseManager.assertIsLicensed(java.lang.String componentName)
Similar to isLicensed(), except that exceptions are thrown if the license
check fails. |
java.util.Date |
LicenseManager.getLicenseExpiration(java.lang.String componentName)
Returns the expiration for a given license or null if it never expires. |
java.lang.String |
LicenseManager.getLicenseParameter(java.lang.String componentName,
java.lang.String propertyName)
Returns the value of the specified property in the target key or null if the property is not found. |
java.lang.Integer |
LicenseManager.getLicenseUnitsParameter(java.lang.String componentName,
java.lang.String propertyName)
Returns the Integer value of the specified property in the target key or null if the property is not found. |
boolean |
LicenseManager.isLicenseUnitsParameterUnlimited(java.lang.String componentName,
java.lang.String propertyName)
Returns true if specified the units parameter is unlimited. |
License |
LicenseManager.lookupLicense(java.lang.String componentName)
Returns the License associated with the specified component key. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||