Interface TINAScsNamedUAIntra::i_SubscriptionNotify

interface i_SubscriptionNotify

This interface allows its clients to notify the namedUA about new, modified or withdrawn services in the portfolio of the namedUA's corresponding user.



Operation Index

notify
It allows its clients to notify the namedUA of new services added to the user's portfolio, or modifications or withdrawal of existing ones. It includes the list of services to which the notification refers and their corresponding service profiles.

Operations

notify
void notify(in TINACommonTypes::t_UserId userId,
            in TINASubCommonTypes::t_subNotificationType notificationType,
            in TINASubCommonTypes::t_ServiceIdList serviceList,
            in TINASubCommonTypes::t_SagServiceProfileList serviceProfileList)
    raises(TINAScsCommonTypes::e_UserIdError);

It allows its clients to notify the namedUA of new services added to the user's portfolio, or modifications or withdrawal of existing ones. It includes the list of services to which the notification refers and their corresponding service profiles.



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