Module TINAScsUSMInit


Interface Index

i_Init

Exception Index

e_InitSSPropertyError
e_InitUSMError

Enum Index

t_InitialiseUSMErrorCode

Alias Index

t_InitialSSProperties
properties to be interpreted by the USM, when initialising a service defined Property names: None defined at present

Exceptions

e_InitSSPropertyError
exception e_InitSSPropertyError
{
    TINACommonTypes::t_PropertyErrorStruct propertyError;
};
e_InitUSMError
exception e_InitUSMError
{
    t_InitialiseUSMErrorCode errorCode;
};

Enums

t_InitialiseUSMErrorCode
enum t_InitialiseUSMErrorCode
{
    CannotCreateInterfaces,
    BindtoSSMFailed,
    initializeUnknownError
};

Aliases

t_InitialSSProperties
typedef TINACommonTypes::t_PropertyList t_InitialSSProperties;

properties to be interpreted by the USM, when initialising a service defined Property names: None defined at present



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