Uses of Class
blackboard.base.InitializationException

Packages that use InitializationException
blackboard.persist   
blackboard.platform   
blackboard.platform.config   
blackboard.platform.plugin   
blackboard.platform.security   
blackboard.platform.security.authentication Provides the public implementation classes for creating custom authentication modules for Learning System.  
blackboard.platform.session   
 

Uses of InitializationException in blackboard.persist
 

Methods in blackboard.persist that throw InitializationException
static BbPersistenceManager BbPersistenceManager.getInstance(Container targetContainer)
          Returns an instance of BbPersistenceManager associated with the given target container.
static BbPersistenceManager BbPersistenceManager.getInstance(Container targetContainer, PersistenceContext context)
          Returns an instance of BbPersistenceManager associated with the given target container and persistence content.
 void BbPersistenceManager.addConfigurationBindings(java.lang.String filePath)
          Adds new persister/loader bindings to this pm's config.
 void BbPersistenceManager.addConfigurationBindings(java.io.InputStream in)
          Adds new persister/loader bindings to this pm's config.
 

Uses of InitializationException in blackboard.platform
 

Methods in blackboard.platform that throw InitializationException
static LicenseManager LicenseManager.getInstance(java.io.File licenseFile, boolean validate)
          Returns an instance of LicenseManager initialized with the specified file.
static LicenseManager LicenseManager.getInstance(java.io.File licenseFile)
          Returns an instance of LicenseManager initialized with the specified file.
static void BbServiceManager.initFromSystemProps()
          Called internally to bootstrap service manager from the "bbservices_config" system property if services are accessed without being pre-initialized by a standard bootstrap class.
static void BbServiceManager.init(java.lang.String serviceConfigFilePath)
          Standard init method that should be called by bootstrap mechanism.
static void BbServiceManager.init(java.lang.String serviceConfigFilePath, java.util.Properties config)
          Standard init method that overloads default properties for configuration service.
static void BbServiceManager.init(java.io.File blackboardRootDir, java.util.Properties config)
          Init method that does not depend on file system structure.
static CorePlatformService BbServiceManager.lookupService(java.lang.Class serviceInterface)
          Principal brokering method for use by third party programmers; takes the service interface and locates the correct service implementation.
static CorePlatformService BbServiceManager.lookupService(java.lang.String serviceInterfaceName)
          Actual broker method for service lookups.
static void BbServiceManager.registerService(java.lang.String serviceInterfaceName, java.lang.String implClassName)
          Registers service, binding it to the specified service name.
static void BbServiceManager.registerService(java.lang.Class serviceInterface, java.lang.Class implClass)
          Registers service, binding it to the specified service name.
static void BbServiceManager.registerService(java.lang.Class serviceInterface, java.lang.Object implementationInstance)
          Not implemented.
 void Application.init(ConfigurationService config, java.lang.String[] cArgs)
          Initializes application instance for the lifetime of its instance.
 

Uses of InitializationException in blackboard.platform.config
 

Methods in blackboard.platform.config that throw InitializationException
 void ConfigurationService.configServiceInit(java.io.File blackboardRootDir, java.util.Properties bbServicesProps)
           
 java.io.File ConfigurationService.resolveFile(java.lang.String relativePath)
          Resolves the specified file.
 java.io.File ConfigurationService.resolveFile(java.lang.String relativePath, boolean bMustExist)
          Resolves the specified file.
 java.io.File ConfigurationService.getConfiguredFile(java.lang.String propertyName, boolean mustExist)
          Utility for service implementations to get a file path from the configured properties.
 java.io.File[] ConfigurationService.getConfiguredFiles(java.lang.String propertyName, boolean mustExist)
          Utility for service implementations to get a file list from the configured properties.
 void ConfigurationService.addCustomProperties(java.lang.String configName, java.io.File customConfigFile, boolean mustExist)
          Provision for implementations of ApplicationLauncher to provide non-relative locations for client manipulated configuration properties.
 java.util.Properties ConfigurationService.getCustomProperties(java.lang.String configName, boolean mustExist)
          Provision for implementations of ApplicationLauncher to provide non-relative locations for client manipulated configuration properties.
 

Uses of InitializationException in blackboard.platform.plugin
 

Methods in blackboard.platform.plugin that throw InitializationException
 void PlugInManager.serviceInit(ConfigurationService config)
          Initialization method called by framework at system startup.
 void PlugInManager.refreshCachedInfo()
          Loads the plugin and content handler definitions into an in-memory cache.
 

Uses of InitializationException in blackboard.platform.security
 

Constructors in blackboard.platform.security that throw InitializationException
BbPolicy(java.security.Policy defaultPolicy)
           
 

Uses of InitializationException in blackboard.platform.security.authentication
 

Methods in blackboard.platform.security.authentication that throw InitializationException
static void HttpAuthConfig.init(ConfigurationService configSvc)
           
static void HttpAuthConfig.configure(HttpAuthModule module)
          Public API
static java.lang.Class HttpAuthConfig.getImplClassForAuthType(java.lang.String authType)
          Singleton accessors
static HttpAuthConfig HttpAuthConfig.getInstalledInstance()
           
static HttpAuthConfig HttpAuthConfig.getInstance()
           
static HttpAuthConfig HttpAuthConfig.getInstance(java.lang.String authType)
           
static HttpAuthConfig HttpAuthConfig.getInstance(java.lang.String authType, java.lang.String[] propKeys)
           
static HttpAuthConfig HttpAuthConfig.getInstance(VirtualInstallation vi, java.lang.String authType, java.lang.String[] propKeys)
           
static java.util.Properties HttpAuthConfig.getConfigProperties(java.io.File configFile)
           
 

Uses of InitializationException in blackboard.platform.session
 

Methods in blackboard.platform.session that throw InitializationException
 java.lang.String BbSession.encodeTemplateUrl(javax.servlet.http.HttpServletRequest request, java.lang.String url)
          Encodes context information on the given url as required by the template based format.
 



Copyright © 2003 Blackboard, Inc. All Rights Reserved.