|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use BbServiceException | |
|---|---|
| blackboard.persist | |
| blackboard.platform | |
| blackboard.platform.log | |
| Uses of BbServiceException in blackboard.persist |
|---|
| Methods in blackboard.persist that throw BbServiceException | |
|---|---|
void |
PersistenceInitializationService.serviceInit(ConfigurationService config)
serviceInit |
void |
PersistenceInitializationService.serviceShutdown()
serviceShutdown |
void |
PersistenceInitializationService.serviceStartup()
serviceStartup |
| Uses of BbServiceException in blackboard.platform |
|---|
| Subclasses of BbServiceException in blackboard.platform | |
|---|---|
class |
BadLicenseKeyException
BadLicenseKeyException |
class |
LicenseException
LicenseException |
class |
LicenseExpiredException
LicenseException |
class |
LicenseNotFoundException
LicenseException |
class |
UnlicensedServerException
UnlicensedServerException |
| Methods in blackboard.platform that throw BbServiceException | |
|---|---|
ResultCode |
Application.execute()
Executes application logic. |
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. |
void |
LicenseValidationService.serviceInit(ConfigurationService config)
Deprecated. |
void |
LicenseValidationService.serviceShutdown()
Deprecated. |
void |
LicenseValidationService.serviceStartup()
Deprecated. |
| Uses of BbServiceException in blackboard.platform.log |
|---|
| Methods in blackboard.platform.log that throw BbServiceException | |
|---|---|
void |
LogService.defineNewFileLog(java.lang.String logName,
java.lang.String logFilePath,
LogService.Verbosity verbosity,
BbLocale locale,
boolean copyToConsole)
Convenience method to create a new file-based log. |
void |
LogService.defineNewFileLog(java.lang.String logName,
java.lang.String logFilePath,
LogService.Verbosity verbosity,
boolean copyToConsole)
Convenience method to create a new file-based log. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||