org.mobicents.slee.resource.parlay.csapi.jr.cc.gccs
Class IpAppCallImpl
java.lang.Object
org.omg.PortableServer.Servant
org.csapi.cc.gccs.IpAppCallPOA
org.mobicents.slee.resource.parlay.csapi.jr.cc.gccs.IpAppCallImpl
- All Implemented Interfaces:
- org.csapi.cc.gccs.IpAppCallOperations, org.csapi.IpInterfaceOperations, org.omg.CORBA.portable.InvokeHandler
public class IpAppCallImpl
- extends org.csapi.cc.gccs.IpAppCallPOA
|
Constructor Summary |
IpAppCallImpl(CallControlManager callControlManager,
org.omg.PortableServer.POA ipAppCallPOA,
EDU.oswego.cs.dl.util.concurrent.Executor[] ipAppCallExecutors)
|
|
Method Summary |
org.omg.PortableServer.POA |
_default_POA()
|
void |
callEnded(int callSessionID,
org.csapi.cc.gccs.TpCallEndedReport report)
|
void |
callFaultDetected(int callSessionID,
org.csapi.cc.gccs.TpCallFault fault)
|
void |
dispose()
|
void |
getCallInfoErr(int callSessionID,
org.csapi.cc.TpCallError errorIndication)
|
void |
getCallInfoRes(int callSessionID,
org.csapi.cc.gccs.TpCallInfoReport callInfoReport)
|
void |
getMoreDialledDigitsErr(int callSessionID,
org.csapi.cc.TpCallError errorIndication)
|
void |
getMoreDialledDigitsRes(int callSessionID,
java.lang.String digits)
|
void |
routeErr(int callSessionID,
org.csapi.cc.TpCallError errorIndication,
int callLegSessionID)
|
void |
routeRes(int callSessionID,
org.csapi.cc.gccs.TpCallReport eventReport,
int callLegSessionID)
|
void |
superviseCallErr(int callSessionID,
org.csapi.cc.TpCallError errorIndication)
|
void |
superviseCallRes(int callSessionID,
int report,
int usedTime)
|
| Methods inherited from class org.csapi.cc.gccs.IpAppCallPOA |
_all_interfaces, _invoke, _this, _this |
| Methods inherited from class org.omg.PortableServer.Servant |
_get_delegate, _get_interface_def, _is_a, _non_existent, _object_id, _orb, _poa, _set_delegate, _this_object, _this_object |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
IpAppCallImpl
public IpAppCallImpl(CallControlManager callControlManager,
org.omg.PortableServer.POA ipAppCallPOA,
EDU.oswego.cs.dl.util.concurrent.Executor[] ipAppCallExecutors)
- Parameters:
callControlManager - ipAppCallPOA - ipAppCallExecutors -
routeRes
public void routeRes(int callSessionID,
org.csapi.cc.gccs.TpCallReport eventReport,
int callLegSessionID)
routeErr
public void routeErr(int callSessionID,
org.csapi.cc.TpCallError errorIndication,
int callLegSessionID)
getCallInfoRes
public void getCallInfoRes(int callSessionID,
org.csapi.cc.gccs.TpCallInfoReport callInfoReport)
getCallInfoErr
public void getCallInfoErr(int callSessionID,
org.csapi.cc.TpCallError errorIndication)
superviseCallRes
public void superviseCallRes(int callSessionID,
int report,
int usedTime)
superviseCallErr
public void superviseCallErr(int callSessionID,
org.csapi.cc.TpCallError errorIndication)
callFaultDetected
public void callFaultDetected(int callSessionID,
org.csapi.cc.gccs.TpCallFault fault)
getMoreDialledDigitsRes
public void getMoreDialledDigitsRes(int callSessionID,
java.lang.String digits)
getMoreDialledDigitsErr
public void getMoreDialledDigitsErr(int callSessionID,
org.csapi.cc.TpCallError errorIndication)
callEnded
public void callEnded(int callSessionID,
org.csapi.cc.gccs.TpCallEndedReport report)
dispose
public void dispose()
_default_POA
public org.omg.PortableServer.POA _default_POA()
- Overrides:
_default_POA in class org.omg.PortableServer.Servant
Copyright © 2008. All Rights Reserved.