Module UMLogManager


Interface Index

i_UMLogOperation
i_X721LogOperation

Exception Index

e_UMLogOperation
e_X721operation
e_unsupportedAttributeName
e_unsupportedAttributeValue

Enum Index

t_UMLogOperation
t_X721error

Exceptions

e_UMLogOperation
exception e_UMLogOperation
{
    t_UMLogOperation error;
    string reason;
};
e_X721operation
exception e_X721operation
{
    t_X721error error;
    string reason;
};
e_unsupportedAttributeName
exception e_unsupportedAttributeName
{
    CORBA::NVList errorList;
};
e_unsupportedAttributeValue
exception e_unsupportedAttributeValue
{
    CORBA::NVList errorList;
};

Enums

t_UMLogOperation
enum t_UMLogOperation
{
    cannotStore,
    cannotGetUserLogEntries,
    cannotRemoveUserLogEntries,
    cannotGetSessionLogEntries,
    unknownUserId,
    invalidLoggingPeriod,
    logBusy,
    unknownSessionId
};
t_X721error
enum t_X721error
{
    cannotStart,
    cannotStop,
    cannotSuspend,
    cannotResume
};

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