org.csapi.cc.mpccs
Interface IpAppCallLegOperations

All Superinterfaces:
IpInterfaceOperations
All Known Subinterfaces:
IpAppCallLeg, IpAppMultiMediaCallLeg, IpAppMultiMediaCallLegOperations
All Known Implementing Classes:
_IpAppCallLegStub, _IpAppMultiMediaCallLegStub, IpAppCallLegPOA, IpAppCallLegPOATie, IpAppMultiMediaCallLegPOA, IpAppMultiMediaCallLegPOATie

public interface IpAppCallLegOperations
extends IpInterfaceOperations

Generated from IDL interface "IpAppCallLeg"

Author:
JacORB IDL compiler V 2.1, 16-Feb-2004

Method Summary
 void attachMediaErr(int callLegSessionID, TpCallError errorIndication)
           
 void attachMediaRes(int callLegSessionID)
           
 void callLegEnded(int callLegSessionID, TpReleaseCause cause)
           
 void detachMediaErr(int callLegSessionID, TpCallError errorIndication)
           
 void detachMediaRes(int callLegSessionID)
           
 void eventReportErr(int callLegSessionID, TpCallError errorIndication)
           
 void eventReportRes(int callLegSessionID, TpCallEventInfo eventInfo)
           
 void getInfoErr(int callLegSessionID, TpCallError errorIndication)
           
 void getInfoRes(int callLegSessionID, TpCallLegInfoReport callLegInfoReport)
           
 void routeErr(int callLegSessionID, TpCallError errorIndication)
           
 void superviseErr(int callLegSessionID, TpCallError errorIndication)
           
 void superviseRes(int callLegSessionID, int report, int usedTime)
           
 

Method Detail

eventReportRes

void eventReportRes(int callLegSessionID,
                    TpCallEventInfo eventInfo)

eventReportErr

void eventReportErr(int callLegSessionID,
                    TpCallError errorIndication)

attachMediaRes

void attachMediaRes(int callLegSessionID)

attachMediaErr

void attachMediaErr(int callLegSessionID,
                    TpCallError errorIndication)

detachMediaRes

void detachMediaRes(int callLegSessionID)

detachMediaErr

void detachMediaErr(int callLegSessionID,
                    TpCallError errorIndication)

getInfoRes

void getInfoRes(int callLegSessionID,
                TpCallLegInfoReport callLegInfoReport)

getInfoErr

void getInfoErr(int callLegSessionID,
                TpCallError errorIndication)

routeErr

void routeErr(int callLegSessionID,
              TpCallError errorIndication)

superviseRes

void superviseRes(int callLegSessionID,
                  int report,
                  int usedTime)

superviseErr

void superviseErr(int callLegSessionID,
                  TpCallError errorIndication)

callLegEnded

void callLegEnded(int callLegSessionID,
                  TpReleaseCause cause)


Copyright © 2009. All Rights Reserved.