org.mobicents.slee.resource.parlay.csapi.jr.cc.mpccs
Class IpAppMultiPartyCallImpl

java.lang.Object
  extended by org.omg.PortableServer.Servant
      extended by org.csapi.cc.mpccs.IpAppMultiPartyCallPOA
          extended by org.mobicents.slee.resource.parlay.csapi.jr.cc.mpccs.IpAppMultiPartyCallImpl
All Implemented Interfaces:
org.csapi.cc.mpccs.IpAppMultiPartyCallOperations, org.csapi.IpInterfaceOperations, org.omg.CORBA.portable.InvokeHandler

public class IpAppMultiPartyCallImpl
extends org.csapi.cc.mpccs.IpAppMultiPartyCallPOA

Class Description for IpAppMultiPartyCallImpl


Constructor Summary
IpAppMultiPartyCallImpl(MultiPartyCallControlManager multiPartyCallControlManager, org.omg.PortableServer.POA defaultPOA, EDU.oswego.cs.dl.util.concurrent.Executor[] ipAppMultiPartyCallExecutors)
           
 
Method Summary
 org.omg.PortableServer.POA _default_POA()
           
 void callEnded(int callSessionID, org.csapi.cc.TpCallEndedReport arg1)
           
 void createAndRouteCallLegErr(int callSessionID, org.csapi.cc.mpccs.TpCallLegIdentifier arg1, org.csapi.cc.TpCallError arg2)
           
 void dispose()
           
 EDU.oswego.cs.dl.util.concurrent.Executor[] getExecutors()
           
 void getInfoErr(int callSessionID, org.csapi.cc.TpCallError arg1)
           
 void getInfoRes(int callSessionID, org.csapi.cc.TpCallInfoReport arg1)
           
 void superviseErr(int callSessionID, org.csapi.cc.TpCallError arg1)
           
 void superviseRes(int callSessionID, int arg1, int arg2)
           
 
Methods inherited from class org.csapi.cc.mpccs.IpAppMultiPartyCallPOA
_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
 

Constructor Detail

IpAppMultiPartyCallImpl

public IpAppMultiPartyCallImpl(MultiPartyCallControlManager multiPartyCallControlManager,
                               org.omg.PortableServer.POA defaultPOA,
                               EDU.oswego.cs.dl.util.concurrent.Executor[] ipAppMultiPartyCallExecutors)
Method Detail

dispose

public void dispose()

_default_POA

public org.omg.PortableServer.POA _default_POA()
Overrides:
_default_POA in class org.omg.PortableServer.Servant

getInfoRes

public void getInfoRes(int callSessionID,
                       org.csapi.cc.TpCallInfoReport arg1)

getInfoErr

public void getInfoErr(int callSessionID,
                       org.csapi.cc.TpCallError arg1)

superviseRes

public void superviseRes(int callSessionID,
                         int arg1,
                         int arg2)

superviseErr

public void superviseErr(int callSessionID,
                         org.csapi.cc.TpCallError arg1)

callEnded

public void callEnded(int callSessionID,
                      org.csapi.cc.TpCallEndedReport arg1)

createAndRouteCallLegErr

public void createAndRouteCallLegErr(int callSessionID,
                                     org.csapi.cc.mpccs.TpCallLegIdentifier arg1,
                                     org.csapi.cc.TpCallError arg2)

getExecutors

public EDU.oswego.cs.dl.util.concurrent.Executor[] getExecutors()
Returns:
Returns the executor.


Copyright © 2008. All Rights Reserved.