Uses of Class
blackboard.platform.LicenseExpiredException

Packages that use LicenseExpiredException
blackboard.platform   
 

Uses of LicenseExpiredException in blackboard.platform
 

Methods in blackboard.platform that throw LicenseExpiredException
 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.
 void License.assertIsLicensed()
          Assertion that a valid license exists, including validating expiration and valid IP addresses.
 



Copyright © 2003 Blackboard, Inc. All Rights Reserved.