Interface TINAScsSSUAPIntra::i_AccessInitialise

interface i_AccessInitialise

Behaviour: Enables the PA to instruct an ssUAP in order that is can respond // to opportunities to start, join, resume participation and resume session when // these are initiated by the PA or by the asUAP via the PA.



Operation Index

ResumeServiceInit
Instructs the ssUAP to resume a session of a unique identity with specified properties together with a PA interface(s) that can be used to invoke upon the PA to progress the scenario
joinSessionInit
Instructs the ssUAP to join a session of a unique identity with specified properties together with a PA interface(s) that can be used to invoke upon the PA to progress the scenario
resumeParticipationInit
Instructs the ssUAP to resume participation in a session of a unique identity with specified properties together with a PA interface(s) that can be used to invoke upon the PA to progress the scenario
startServiceInit
Instructs the ssUAP to start a service of a specified type with specified properties together with a PA interface(s) that can be used to invoke upon the PA to progress the scenario

Operations

ResumeServiceInit
void ResumeServiceInit(in TINAAccessCommonTypes::t_ServiceId serviceId,
                       in TINACommonTypes::t_SessionProperties ssProperties,
                       in TINACommonTypes::t_InterfaceList paintfs)
    raises(TINAProviderAccess::e_ServiceError,
           TINAProviderAccess::e_StartServiceSSPropertyError,
           TINACommonTypes::e_InterfacesError);

Instructs the ssUAP to resume a session of a unique identity with specified properties together with a PA interface(s) that can be used to invoke upon the PA to progress the scenario


joinSessionInit
void joinSessionInit(in TINAAccessCommonTypes::t_ServiceId serviceId,
                     in TINACommonTypes::t_SessionProperties ssProperties,
                     in TINACommonTypes::t_InterfaceList paintfs)
    raises(TINAProviderAccess::e_ServiceError,
           TINAProviderAccess::e_StartServiceSSPropertyError,
           TINACommonTypes::e_InterfacesError);

Instructs the ssUAP to join a session of a unique identity with specified properties together with a PA interface(s) that can be used to invoke upon the PA to progress the scenario


resumeParticipationInit
void resumeParticipationInit(in TINAAccessCommonTypes::t_ServiceId serviceId,
                             in TINACommonTypes::t_SessionProperties ssProperties,
                             in TINACommonTypes::t_InterfaceList paintfs)
    raises(TINAProviderAccess::e_ServiceError,
           TINAProviderAccess::e_StartServiceSSPropertyError,
           TINACommonTypes::e_InterfacesError);

Instructs the ssUAP to resume participation in a session of a unique identity with specified properties together with a PA interface(s) that can be used to invoke upon the PA to progress the scenario


startServiceInit
void startServiceInit(in TINAAccessCommonTypes::t_ServiceId serviceId,
                      in TINACommonTypes::t_SessionProperties ssProperties,
                      in TINACommonTypes::t_InterfaceList paintfs)
    raises(TINAProviderAccess::e_ServiceError,
           TINAProviderAccess::e_StartServiceSSPropertyError,
           TINACommonTypes::e_InterfacesError);

Instructs the ssUAP to start a service of a specified type with specified properties together with a PA interface(s) that can be used to invoke upon the PA to progress the scenario



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