Module TINAScsAmcObject


Interface Index

i_AccObjectManagement
i_AccountingPull
generic Pull interface for components with Pull functionality (e.g. namedUA, SSM)
i_AccountingPush
generic Pull interface for components with Push functionality (e.g. namedUA)
i_AmcLadderElement
element of event management ladder : an accountable object with operations with CosEventComm::PushConsumer interface.

Exception Index

e_AmcObject

Enum Index

t_AmcObject_error

Exceptions

e_AmcObject
exception e_AmcObject
{
    t_AmcObject_error error;
    string reason;
};

Enums

t_AmcObject_error
enum t_AmcObject_error
{
    cannotStart,
    cannotStop,
    cannotSuspend,
    cannotResume,
    cannotSetState,
    unknownState,
    cannotSetAccountingCycle,
    accountingCycleTooShort,
    cannotSuspendNotification,
    cannotResumeNotification,
    cannotFlushNotification,
    cannotSetVerbosityLevel,
    cannotSetNotificationDestination,
    unknownNotificationDestination,
    invalidSessionId,
    invalidServiceTransactionId,
    cannotResetNotificationDestination,
    cannotResetAllNotificationDestination
};

Generated by the OmniBroker IDL-to-HTML translator (non-commercial)