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.
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
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
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
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)