|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use InitializationException | |
|---|---|
| blackboard.persist | |
| blackboard.platform | |
| blackboard.platform.config | |
| blackboard.platform.plugin | |
| 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 | |
|---|---|
void |
BbPersistenceManager.addConfigurationBindings(java.io.InputStream in)
Adds new persister/loader bindings to this pm's config. |
void |
BbPersistenceManager.addConfigurationBindings(java.lang.String filePath)
Adds new persister/loader bindings to this pm's config. |
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. |
protected void |
BbPersistenceManager.initLoadersAndPersisters()
Initialize loaders/persisters |
void |
PersistenceInitializationService.serviceInit(ConfigurationService config)
serviceInit |
| Uses of InitializationException in blackboard.platform |
|---|
| Methods in blackboard.platform that throw InitializationException | |
|---|---|
void |
Application.init(ConfigurationService config,
java.lang.String[] cArgs)
Initializes application instance for the lifetime of its instance. |
static void |
BbServiceManager.init(java.io.File blackboardRootDir,
java.util.Properties config)
Init method that does not depend on file system structure. |
static void |
BbServiceManager.init(java.io.File blackboardRootDir,
java.util.Properties config,
boolean validateReleaseLevel)
|
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,
boolean validateReleaseLevel)
|
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.lang.String serviceConfigFilePath,
java.util.Properties config,
boolean validateReleaseLevel)
|
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 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 LicenseManager |
LicenseManagerFactory.newInstance(java.io.File licenseFile)
Returns an instance of LicenseManager initialized with the specified file. |
static LicenseManager |
LicenseManagerFactory.newInstance(java.io.File licenseFile,
boolean validate)
Returns an instance of LicenseManager initialized with the specified file. |
void |
LicenseValidationService.serviceInit(ConfigurationService config)
Deprecated. |
| Uses of InitializationException in blackboard.platform.config |
|---|
| Methods in blackboard.platform.config that throw InitializationException | |
|---|---|
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. |
void |
ConfigurationService.configServiceInit(java.io.File blackboardRootDir,
java.util.Properties bbServicesProps)
configServiceInit |
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. |
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. |
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. |
| Uses of InitializationException in blackboard.platform.plugin |
|---|
| Methods in blackboard.platform.plugin that throw InitializationException | |
|---|---|
void |
PlugInManager.refreshCachedInfo()
Loads the plugin and content handler definitions into an in-memory cache. |
void |
PlugInManager.serviceInit(ConfigurationService config)
Initialization method called by framework at system startup. |
| Uses of InitializationException in blackboard.platform.security.authentication |
|---|
| Methods in blackboard.platform.security.authentication that throw InitializationException | |
|---|---|
static void |
HttpAuthConfig.configure(HttpAuthModule module)
Public API |
static java.util.Properties |
HttpAuthConfig.getConfigProperties(java.io.File configFile)
|
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 void |
HttpAuthConfig.init(ConfigurationService configSvc)
|
| 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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||