Interface TINAScsSSMProviderPaSBUsage::i_ProviderPaSBReq

interface i_ProviderPaSBReq

Operation Index

activateParticipantsProviderPaSBReq
addParticipantsProviderPaSBReq
addProviderPaSBReq
deactiviateParticipantsProviderPaSBReq
deleteParticipantsProviderPaSBReq
deleteProviderPaSBReq
getInfoProviderPaSBReq
listProviderPaSBReq
modifyCritieriaProviderPaSBReq
modifyParticipantsProviderPaSBReq
notifyProviderPaSBReq
rebindProviderPaSBReq
registerSFEPsProviderPaSBReq
withdrawSFEPsProviderPaSBReq

Operations

activateParticipantsProviderPaSBReq
void activateParticipantsProviderPaSBReq(in TINACommonTypes::t_PartyId reqId,
                                         in TINAStreamCommonTypes::t_SBId sbId,
                                         in boolean all,
                                         in TINAPaSBTypes::t_ParticipantIdList reqMembers,
                                         in boolean allFlows,
                                         in TINASBCommSCommonTypes::t_MediaDescList reqFlows,
                                         in boolean wait,
                                         out TINAStreamCommonTypes::t_SBBindState status)
    raises(TINAUsageCommonTypes::e_UsageError,
           e_PaSBOperationError,
           e_NoSynchronousReqResp);
addParticipantsProviderPaSBReq
void addParticipantsProviderPaSBReq(in TINACommonTypes::t_PartyId reqId,
                                    in TINAStreamCommonTypes::t_SBId sbId,
                                    in TINAPaSBTypes::t_ParticipantDescList reqMembers,
                                    in TINAStreamCommonTypes::t_SFEPServDescList requesterSIs,
                                    in boolean wait,
                                    out TINAStreamCommonTypes::t_SBBindState status)
    raises(TINAUsageCommonTypes::e_UsageError,
           e_PaSBSetupError,
           e_NoSynchronousReqResp);
addProviderPaSBReq
void addProviderPaSBReq(in TINACommonTypes::t_PartyId reqId,
                        in TINAStreamCommonTypes::t_SBType reqType,
                        in TINASBCommSCommonTypes::t_MediaDescList media,
                        in TINAPaSBTypes::t_ParticipantDescList reqMembers,
                        in TINAStreamCommonTypes::t_SFEPServDescList requesterSIs,
                        in TINAStreamCommonTypes::t_SBSuccessCriteria criteria,
                        in TINAStreamCommonTypes::t_SBRecover recActions,
                        in boolean wait,
                        out TINAStreamCommonTypes::t_SBBindState status)
    raises(TINAUsageCommonTypes::e_UsageError,
           e_PaSBSetupError,
           e_NoSynchronousReqResp);
deactiviateParticipantsProviderPaSBReq
void deactiviateParticipantsProviderPaSBReq(in TINACommonTypes::t_PartyId reqId,
                                            in TINAStreamCommonTypes::t_SBId sbId,
                                            in boolean all,
                                            in TINAPaSBTypes::t_ParticipantIdList reqMembers,
                                            in boolean allFlows,
                                            in TINASBCommSCommonTypes::t_MediaDescList reqFlows,
                                            in boolean wait,
                                            out TINAStreamCommonTypes::t_SBBindState status)
    raises(TINAUsageCommonTypes::e_UsageError,
           e_PaSBOperationError,
           e_NoSynchronousReqResp);
deleteParticipantsProviderPaSBReq
void deleteParticipantsProviderPaSBReq(in TINACommonTypes::t_PartyId reqId,
                                       in TINAStreamCommonTypes::t_SBId sbId,
                                       in boolean all,
                                       in TINAPaSBTypes::t_ParticipantIdList reqMembers,
                                       in boolean wait,
                                       out TINAStreamCommonTypes::t_SBBindState status)
    raises(TINAUsageCommonTypes::e_UsageError,
           e_PaSBOperationError,
           e_NoSynchronousReqResp);
deleteProviderPaSBReq
void deleteProviderPaSBReq(in TINACommonTypes::t_PartyId reqId,
                           in TINAStreamCommonTypes::t_SBId sbId,
                           in boolean wait,
                           out TINAStreamCommonTypes::t_SBBindState status)
    raises(TINAUsageCommonTypes::e_UsageError,
           e_PaSBOperationError,
           e_NoSynchronousReqResp);
getInfoProviderPaSBReq
void getInfoProviderPaSBReq(in TINACommonTypes::t_PartyId reqId,
                            in TINAStreamCommonTypes::t_SBId sbId,
                            out TINAPaSBTypes::t_SBDesc thisSB)
    raises(TINAUsageCommonTypes::e_UsageError,
           e_PaSBQueryError);
listProviderPaSBReq
void listProviderPaSBReq(in TINACommonTypes::t_PartyId reqId,
                         in boolean all,
                         in TINACommonTypes::t_ElementIdList particpants,
                         out TINAStreamCommonTypes::t_SBIdList sbList)
    raises(TINAUsageCommonTypes::e_UsageError,
           e_PaSBQueryError);
modifyCritieriaProviderPaSBReq
void modifyCritieriaProviderPaSBReq(in TINACommonTypes::t_PartyId reqId,
                                    in TINAStreamCommonTypes::t_SBId sbId,
                                    in TINAStreamCommonTypes::t_SBSuccessCriteria criteria,
                                    in TINAStreamCommonTypes::t_SBRecover recActions,
                                    in TINAPaSBTypes::t_PCriteriaList newPCriteria)
    raises(TINAUsageCommonTypes::e_UsageError,
           e_PaSBSetupError);
modifyParticipantsProviderPaSBReq
void modifyParticipantsProviderPaSBReq(in TINACommonTypes::t_PartyId reqId,
                                       in TINAStreamCommonTypes::t_SBId sbId,
                                       in boolean all,
                                       in TINAPaSBTypes::t_ParticipantIdList reqMembers,
                                       in TINASBCommSCommonTypes::t_MediaDescList newTypes,
                                       in TINASBCommSCommonTypes::t_MediaDescList oldTypes,
                                       in TINASBCommSCommonTypes::t_MediaChangeDescList modTypes,
                                       in TINAStreamCommonTypes::t_SFEPServDescList requesterSIs,
                                       in boolean wait,
                                       out TINAStreamCommonTypes::t_SBBindState status)
    raises(TINAUsageCommonTypes::e_UsageError,
           e_PaSBSetupError,
           e_NoSynchronousReqResp);
notifyProviderPaSBReq
void notifyProviderPaSBReq(in TINACommonTypes::t_PartyId reqId,
                           in TINAStreamCommonTypes::t_SBId sbId,
                           in TINAStreamCommonTypes::t_SFEPServDescList myStatus)
    raises(TINAUsageCommonTypes::e_UsageError,
           e_PaSBQueryError);
rebindProviderPaSBReq
void rebindProviderPaSBReq(in TINACommonTypes::t_PartyId reqId,
                           in TINAStreamCommonTypes::t_SBId sbI,
                           out TINAStreamCommonTypes::t_SBBindState status)
    raises(TINAUsageCommonTypes::e_UsageError,
           e_PaSBSetupError,
           e_NoSynchronousReqResp);
registerSFEPsProviderPaSBReq
void registerSFEPsProviderPaSBReq(in TINACommonTypes::t_PartyId reqId,
                                  in TINAStreamCommonTypes::t_SBId sbId,
                                  in TINAStreamCommonTypes::t_SFEPServDescList fepList,
                                  out TINAStreamCommonTypes::t_SBBindState status)
    raises(TINAUsageCommonTypes::e_UsageError,
           e_PaSBSetupError,
           e_NoSynchronousReqResp);
withdrawSFEPsProviderPaSBReq
void withdrawSFEPsProviderPaSBReq(in TINACommonTypes::t_PartyId reqId,
                                  in TINAStreamCommonTypes::t_SBId sbId,
                                  in TINASBCommSCommonTypes::t_SFEPNameList fepList,
                                  out TINAStreamCommonTypes::t_SBBindState status)
    raises(TINAUsageCommonTypes::e_UsageError,
           e_PaSBSetupError,
           e_NoSynchronousReqResp);

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