Module TINAScsPAIntra


Interface Index

i_Access
i_AccountingPull
i_Init
i_Initial

Exception Index

e_ContactNotPossible
e_InvitationsOutsideAccessSessionError
e_ProviderPropertiesError

Struct Index

t_UserCtxtNameASId

Enum Index

t_ContactNotPossibleErrorCode
t_InvitationsOutsideAccessSessionErrorCode

Alias Index

t_ProviderProperties
t_UserCtxtNameASIdList

Structs

t_UserCtxtNameASId
struct t_UserCtxtNameASId
{
    TINACommonTypes::t_UserCtxtName name;
    TINAAccessCommonTypes::t_AccessSessionId accessSession;
};

Exceptions

e_ContactNotPossible
exception e_ContactNotPossible
{
    t_ContactNotPossibleErrorCode errorCode;
};
e_InvitationsOutsideAccessSessionError
exception e_InvitationsOutsideAccessSessionError
{
    t_InvitationsOutsideAccessSessionErrorCode errorCode;
    TINACommonTypes::t_UserCtxtName ctxtName;
};
e_ProviderPropertiesError
exception e_ProviderPropertiesError
{
    TINACommonTypes::t_PropertyErrorStruct propertyError;
};

Enums

t_ContactNotPossibleErrorCode
enum t_ContactNotPossibleErrorCode
{
    InvalidProviderId
};
t_InvitationsOutsideAccessSessionErrorCode
enum t_InvitationsOutsideAccessSessionErrorCode
{
    InvitationIRNotAvailableForUserCtxt
};

Aliases

t_ProviderProperties
typedef TINACommonTypes::t_PropertyList t_ProviderProperties;
t_UserCtxtNameASIdList
typedef sequence<t_UserCtxtNameASId> t_UserCtxtNameASIdList;

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