Uses of Class
blackboard.platform.LicenseNotFoundException

Packages that use LicenseNotFoundException
blackboard.platform   
 

Uses of LicenseNotFoundException in blackboard.platform
 

Methods in blackboard.platform that throw LicenseNotFoundException
 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.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.
 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.
 License LicenseManager.lookupLicense(java.lang.String componentName)
          Returns the License associated with the specified component key.
 



Copyright © 2003 Blackboard, Inc. All Rights Reserved.