Uses of Class
blackboard.platform.RuntimeBbServiceException

Packages that use RuntimeBbServiceException
blackboard.platform   
 

Uses of RuntimeBbServiceException in blackboard.platform
 

Methods in blackboard.platform that throw RuntimeBbServiceException
 void LicenseManager.runtimeAssertIsLicensed(java.lang.String componentName)
          Same as assertIsLicensed(), but exceptions are wrapped in a RuntimeBbServiceException.
static ConfigurationService BbServiceManager.getConfigurationService()
          Convenience wrapper to return ConfigurationService.
static BbSessionManagerService BbServiceManager.getSessionManagerService()
          Convenience wrapper to return BbSessionManagerService.
static JdbcService BbServiceManager.getJdbcService()
          Convenience wrapper to return JdbcService.
static PersistenceService BbServiceManager.getPersistenceService()
          Convenience wrapper to return PersistenceService.
static LogService BbServiceManager.getLogService()
          Convenience wrapper to return LogService.
static DataValidationService BbServiceManager.getDataValidationService()
          Deprecated. DataValidationService implementation is incomplete and unstable at this time.
static CorePlatformService BbServiceManager.safeLookupService(java.lang.Class serviceInterface)
          This method is functional identical to BbServiceManager.lookupService( Class ), but throws runtime exceptions instead of checked exceptions.
 



Copyright © 2003 Blackboard, Inc. All Rights Reserved.