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 License.assertIsLicensed()
          Assertion that a valid license exists, including validating expiration and valid IP addresses.
 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.
 



Copyright © 2003 Blackboard, Inc. All Rights Reserved.