Interface TINAScsUSMPartyMultipartyUsage::i_PartyMultipartyExe

interface i_PartyMultipartyExe

Operation Index

endPartyExe
endSessionExe
modifyPartyTypeExe
error in modification request *
suspendPartyExe
suspendSessionExe

Operations

endPartyExe
void endPartyExe(in TINACommonTypes::t_PartyId partyId)
    raises(TINAScsCommonTypes::e_PartyIdError,
           TINAScsCommonTypes::e_PartySessionError);
endSessionExe
void endSessionExe(in TINACommonTypes::t_PartyId partyId)
    raises(TINAScsCommonTypes::e_PartyIdError,
           TINAScsCommonTypes::e_PartySessionError);
modifyPartyTypeExe
void modifyPartyTypeExe(in TINAUsageCommonTypes::t_PartyType newType)
    raises(TINAUsageCommonTypes::e_PartyError,
           TINAScsCommonTypes::e_PartySessionError);

error in modification request *


suspendPartyExe
void suspendPartyExe(in TINACommonTypes::t_PartyId partyId,
                     in TINACommonTypes::t_InterfaceList resumeIR)
    raises(TINAScsCommonTypes::e_PartyIdError,
           TINAScsCommonTypes::e_PartySessionError);
suspendSessionExe
void suspendSessionExe(in TINACommonTypes::t_PartyId partyId,
                       in TINACommonTypes::t_InterfaceList resumeIR)
    raises(TINAScsCommonTypes::e_PartyIdError,
           TINAScsCommonTypes::e_PartySessionError);

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