Interface TINAScsSF::i_Resume

interface i_Resume

Behavior: This interface allows the UA to resume a suspended Service session or to resume the participation to an active service session.



Operation Index

resumeParticipation
This operation allows a UA to resume the participation in an active service session. Interfaces on USM of the requesting user (identified by the userSessionId) are enabled.
resumeSSession
This operation allows a UA to resume a suspended service session. Interfaces on SSM and USM of the requesting user are enabled. UAs of suspended users are informed that the session has been resumed.

Operations

resumeParticipation
void resumeParticipation(in t_GlobalSessionId sessionId,
                         in TINACommonTypes::t_PartyId partyId,
                         in TINAProviderAccess::t_ApplicationInfo app,
                         out TINAAccessCommonTypes::t_SessionInfo sessionInfo)
    raises(TINAProviderAccess::e_SessionError,
           TINAProviderAccess::e_ApplicationInfoError);

This operation allows a UA to resume the participation in an active service session. Interfaces on USM of the requesting user (identified by the userSessionId) are enabled.


resumeSSession
void resumeSSession(in t_GlobalSessionId sessionId,
                    in t_UserSessionId usersessionId,
                    in TINAProviderAccess::t_ApplicationInfo app,
                    out TINAAccessCommonTypes::t_SessionInfo sessionInfo)
    raises(TINAProviderAccess::e_SessionError,
           TINAProviderAccess::e_ApplicationInfoError);

This operation allows a UA to resume a suspended service session. Interfaces on SSM and USM of the requesting user are enabled. UAs of suspended users are informed that the session has been resumed.



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