org.csapi.cc.gccs
Interface IpAppCallOperations

All Superinterfaces:
IpInterfaceOperations
All Known Subinterfaces:
IpAppCall
All Known Implementing Classes:
_IpAppCallStub, IpAppCallPOA, IpAppCallPOATie

public interface IpAppCallOperations
extends IpInterfaceOperations

Generated from IDL interface "IpAppCall"

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

Method Summary
 void callEnded(int callSessionID, TpCallEndedReport report)
           
 void callFaultDetected(int callSessionID, TpCallFault fault)
           
 void getCallInfoErr(int callSessionID, TpCallError errorIndication)
           
 void getCallInfoRes(int callSessionID, TpCallInfoReport callInfoReport)
           
 void getMoreDialledDigitsErr(int callSessionID, TpCallError errorIndication)
           
 void getMoreDialledDigitsRes(int callSessionID, java.lang.String digits)
           
 void routeErr(int callSessionID, TpCallError errorIndication, int callLegSessionID)
           
 void routeRes(int callSessionID, TpCallReport eventReport, int callLegSessionID)
           
 void superviseCallErr(int callSessionID, TpCallError errorIndication)
           
 void superviseCallRes(int callSessionID, int report, int usedTime)
           
 

Method Detail

routeRes

void routeRes(int callSessionID,
              TpCallReport eventReport,
              int callLegSessionID)

routeErr

void routeErr(int callSessionID,
              TpCallError errorIndication,
              int callLegSessionID)

getCallInfoRes

void getCallInfoRes(int callSessionID,
                    TpCallInfoReport callInfoReport)

getCallInfoErr

void getCallInfoErr(int callSessionID,
                    TpCallError errorIndication)

superviseCallRes

void superviseCallRes(int callSessionID,
                      int report,
                      int usedTime)

superviseCallErr

void superviseCallErr(int callSessionID,
                      TpCallError errorIndication)

callFaultDetected

void callFaultDetected(int callSessionID,
                       TpCallFault fault)

getMoreDialledDigitsRes

void getMoreDialledDigitsRes(int callSessionID,
                             java.lang.String digits)

getMoreDialledDigitsErr

void getMoreDialledDigitsErr(int callSessionID,
                             TpCallError errorIndication)

callEnded

void callEnded(int callSessionID,
               TpCallEndedReport report)


Copyright © 2008. All Rights Reserved.