Interface TINAScsUSMIntra::i_Resume

interface i_Resume

Allows the SSM to fully resume a suspended service session by resuming the USMs



Operation Index

resumeMyParticipation
Resume participation of a specific party in an active service session.
resumeSession
Resumes the USM after the entire session has been suspended and is called ONLY on the USM representing the user that has issued the resume request. The other USM in the session are reactivated by using sessionResuming()
sessionResumed

Operations

resumeMyParticipation
void resumeMyParticipation(in TINACommonTypes::t_PartyId partyId,
                           in TINACommonTypes::t_SessionId userSessionId,
                           in TINACommonTypes::t_InterfaceStruct ssmItfs,
                           in TINAProviderAccess::t_ApplicationInfo app)
    raises(TINAProviderAccess::e_SessionError,
           TINAProviderAccess::e_ApplicationInfoError);

Resume participation of a specific party in an active service session.


resumeSession
void resumeSession(in TINACommonTypes::t_PartyId partyId,
                   in TINACommonTypes::t_SessionId userSessionId,
                   in TINACommonTypes::t_InterfaceStruct ssmItfs,
                   in TINAProviderAccess::t_ApplicationInfo app)
    raises(TINAProviderAccess::e_SessionError,
           TINAProviderAccess::e_ApplicationInfoError);

Resumes the USM after the entire session has been suspended and is called ONLY on the USM representing the user that has issued the resume request. The other USM in the session are reactivated by using sessionResuming()


sessionResumed
void sessionResumed(in TINACommonTypes::t_PartyId partyId,
                    in TINACommonTypes::t_SessionId userSessionId,
                    in TINACommonTypes::t_InterfaceStruct usmItfs,
                    in TINAProviderAccess::t_ApplicationInfo app,
                    out TINAAccessCommonTypes::t_SessionInfo sessionInfo)
    raises(TINAProviderAccess::e_SessionError,
           TINAProviderAccess::e_ApplicationInfoError);

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