|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use BbServiceException | |
| blackboard.platform | |
| blackboard.platform.filesystem | |
| blackboard.platform.log | |
| 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 | |
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. |
ResultCode |
Application.execute()
Executes application logic. |
| Uses of BbServiceException in blackboard.platform.filesystem |
| Subclasses of BbServiceException in blackboard.platform.filesystem | |
class |
FileSystemException
|
| 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,
boolean copyToConsole)
Convenience method to create a new file-based log. |
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||