org.csapi.cc.gccs
Class _IpAppCallStub

java.lang.Object
  extended by org.omg.CORBA.portable.ObjectImpl
      extended by org.csapi.cc.gccs._IpAppCallStub
All Implemented Interfaces:
java.io.Serializable, IpAppCall, IpAppCallOperations, IpInterface, IpInterfaceOperations, org.omg.CORBA.Object, org.omg.CORBA.portable.IDLEntity

public class _IpAppCallStub
extends org.omg.CORBA.portable.ObjectImpl
implements IpAppCall

Generated from IDL interface "IpAppCall"

Author:
JacORB IDL compiler V 2.1, 16-Feb-2004
See Also:
Serialized Form

Field Summary
static java.lang.Class _opsClass
           
 
Constructor Summary
_IpAppCallStub()
           
 
Method Summary
 java.lang.String[] _ids()
           
 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)
           
 
Methods inherited from class org.omg.CORBA.portable.ObjectImpl
_create_request, _create_request, _duplicate, _get_delegate, _get_domain_managers, _get_interface_def, _get_policy, _hash, _invoke, _is_a, _is_equivalent, _is_local, _non_existent, _orb, _release, _releaseReply, _request, _request, _servant_postinvoke, _servant_preinvoke, _set_delegate, _set_policy_override, equals, hashCode, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

_opsClass

public static final java.lang.Class _opsClass
Constructor Detail

_IpAppCallStub

public _IpAppCallStub()
Method Detail

_ids

public java.lang.String[] _ids()
Specified by:
_ids in class org.omg.CORBA.portable.ObjectImpl

callFaultDetected

public void callFaultDetected(int callSessionID,
                              TpCallFault fault)
Specified by:
callFaultDetected in interface IpAppCallOperations

superviseCallErr

public void superviseCallErr(int callSessionID,
                             TpCallError errorIndication)
Specified by:
superviseCallErr in interface IpAppCallOperations

routeRes

public void routeRes(int callSessionID,
                     TpCallReport eventReport,
                     int callLegSessionID)
Specified by:
routeRes in interface IpAppCallOperations

getMoreDialledDigitsErr

public void getMoreDialledDigitsErr(int callSessionID,
                                    TpCallError errorIndication)
Specified by:
getMoreDialledDigitsErr in interface IpAppCallOperations

routeErr

public void routeErr(int callSessionID,
                     TpCallError errorIndication,
                     int callLegSessionID)
Specified by:
routeErr in interface IpAppCallOperations

callEnded

public void callEnded(int callSessionID,
                      TpCallEndedReport report)
Specified by:
callEnded in interface IpAppCallOperations

getCallInfoErr

public void getCallInfoErr(int callSessionID,
                           TpCallError errorIndication)
Specified by:
getCallInfoErr in interface IpAppCallOperations

getCallInfoRes

public void getCallInfoRes(int callSessionID,
                           TpCallInfoReport callInfoReport)
Specified by:
getCallInfoRes in interface IpAppCallOperations

getMoreDialledDigitsRes

public void getMoreDialledDigitsRes(int callSessionID,
                                    java.lang.String digits)
Specified by:
getMoreDialledDigitsRes in interface IpAppCallOperations

superviseCallRes

public void superviseCallRes(int callSessionID,
                             int report,
                             int usedTime)
Specified by:
superviseCallRes in interface IpAppCallOperations


Copyright © 2009. All Rights Reserved.