Classes |
exception | maciErrTypeEx |
exception | ComponentCreationEx |
exception | CannotGetComponentEx |
exception | ComponentNotAlreadyActivatedEx |
exception | ComponentConfigurationNotFoundEx |
exception | IncompleteComponentSpecEx |
exception | ComponentSpecIncompatibleWithActiveComponentEx |
exception | InvalidComponentSpecEx |
exception | NoDefaultComponentEx |
exception | CannotGetServiceEx |
exception | CannotActivateComponentEx |
exception | CannotDeactivateComponentEx |
exception | CannotRestartComponentEx |
exception | CannotRegisterComponentEx |
exception | CannotUnregisterComponentEx |
exception | CannotReleaseComponentEx |
exception | ComponentNotInUseEx |
exception | NoPermissionEx |
exception | LoggerDoesNotExistEx |
exception | ComponentCleanUpEx |
exception | ComponentDeactivationUncleanEx |
exception | ComponentDeactivationFailedEx |
Variables |
const ACSErr::ErrorCode | ComponentCreation = 0 |
const ACSErr::ErrorCode | CannotGetComponent = 1 |
const ACSErr::ErrorCode | ComponentNotAlreadyActivated = 2 |
const ACSErr::ErrorCode | ComponentConfigurationNotFound = 3 |
const ACSErr::ErrorCode | IncompleteComponentSpec = 4 |
const ACSErr::ErrorCode | ComponentSpecIncompatibleWithActiveComponent = 5 |
const ACSErr::ErrorCode | InvalidComponentSpec = 6 |
const ACSErr::ErrorCode | NoDefaultComponent = 7 |
const ACSErr::ErrorCode | CannotGetService = 8 |
const ACSErr::ErrorCode | CannotActivateComponent = 9 |
const ACSErr::ErrorCode | CannotDeactivateComponent = 10 |
const ACSErr::ErrorCode | CannotRestartComponent = 11 |
const ACSErr::ErrorCode | CannotRegisterComponent = 12 |
const ACSErr::ErrorCode | CannotUnregisterComponent = 13 |
const ACSErr::ErrorCode | CannotReleaseComponent = 14 |
const ACSErr::ErrorCode | ComponentNotInUse = 15 |
const ACSErr::ErrorCode | NoPermission = 16 |
const ACSErr::ErrorCode | LoggerDoesNotExist = 17 |
const ACSErr::ErrorCode | ComponentCleanUp = 18 |
const ACSErr::ErrorCode | ComponentDeactivationUnclean = 19 |
const ACSErr::ErrorCode | ComponentDeactivationFailed = 20 |