Uses of Class
org.csapi.cc.TpCallLoadControlMechanism

Packages that use TpCallLoadControlMechanism
org.csapi.cc   
org.csapi.cc.cccs   
org.csapi.cc.gccs   
org.csapi.cc.mmccs   
org.csapi.cc.mpccs   
org.mobicents.csapi.jr.slee.cc.gccs Contains the Parlay Generic Call Control Service (GCCS) interfaces and classes. 
org.mobicents.csapi.jr.slee.cc.mpccs Contains the Parlay Multi-Party Call Control Service (MPCCS) interfaces. 
 

Uses of TpCallLoadControlMechanism in org.csapi.cc
 

Fields in org.csapi.cc declared as TpCallLoadControlMechanism
 TpCallLoadControlMechanism TpCallLoadControlMechanismHolder.value
           
 

Methods in org.csapi.cc that return TpCallLoadControlMechanism
static TpCallLoadControlMechanism TpCallLoadControlMechanismHelper.extract(org.omg.CORBA.Any any)
           
static TpCallLoadControlMechanism TpCallLoadControlMechanismHelper.read(org.omg.CORBA.portable.InputStream in)
           
 

Methods in org.csapi.cc with parameters of type TpCallLoadControlMechanism
static void TpCallLoadControlMechanismHelper.insert(org.omg.CORBA.Any any, TpCallLoadControlMechanism s)
           
static void TpCallLoadControlMechanismHelper.write(org.omg.CORBA.portable.OutputStream out, TpCallLoadControlMechanism s)
           
 

Constructors in org.csapi.cc with parameters of type TpCallLoadControlMechanism
TpCallLoadControlMechanismHolder(TpCallLoadControlMechanism initial)
           
 

Uses of TpCallLoadControlMechanism in org.csapi.cc.cccs
 

Methods in org.csapi.cc.cccs with parameters of type TpCallLoadControlMechanism
 int IpConfCallControlManagerPOATie.setCallLoadControl(int duration, TpCallLoadControlMechanism mechanism, TpCallTreatment treatment, TpAddressRange addressRange)
           
 int _IpConfCallControlManagerStub.setCallLoadControl(int duration, TpCallLoadControlMechanism mechanism, TpCallTreatment treatment, TpAddressRange addressRange)
           
 

Uses of TpCallLoadControlMechanism in org.csapi.cc.gccs
 

Methods in org.csapi.cc.gccs with parameters of type TpCallLoadControlMechanism
 int IpCallControlManagerOperations.setCallLoadControl(int duration, TpCallLoadControlMechanism mechanism, TpCallTreatment treatment, TpAddressRange addressRange)
           
 int IpCallControlManagerPOATie.setCallLoadControl(int duration, TpCallLoadControlMechanism mechanism, TpCallTreatment treatment, TpAddressRange addressRange)
           
 int _IpCallControlManagerStub.setCallLoadControl(int duration, TpCallLoadControlMechanism mechanism, TpCallTreatment treatment, TpAddressRange addressRange)
           
 

Uses of TpCallLoadControlMechanism in org.csapi.cc.mmccs
 

Methods in org.csapi.cc.mmccs with parameters of type TpCallLoadControlMechanism
 int IpMultiMediaCallControlManagerPOATie.setCallLoadControl(int duration, TpCallLoadControlMechanism mechanism, TpCallTreatment treatment, TpAddressRange addressRange)
           
 int _IpMultiMediaCallControlManagerStub.setCallLoadControl(int duration, TpCallLoadControlMechanism mechanism, TpCallTreatment treatment, TpAddressRange addressRange)
           
 

Uses of TpCallLoadControlMechanism in org.csapi.cc.mpccs
 

Methods in org.csapi.cc.mpccs with parameters of type TpCallLoadControlMechanism
 int IpMultiPartyCallControlManagerPOATie.setCallLoadControl(int duration, TpCallLoadControlMechanism mechanism, TpCallTreatment treatment, TpAddressRange addressRange)
           
 int _IpMultiPartyCallControlManagerStub.setCallLoadControl(int duration, TpCallLoadControlMechanism mechanism, TpCallTreatment treatment, TpAddressRange addressRange)
           
 int IpMultiPartyCallControlManagerOperations.setCallLoadControl(int duration, TpCallLoadControlMechanism mechanism, TpCallTreatment treatment, TpAddressRange addressRange)
           
 

Uses of TpCallLoadControlMechanism in org.mobicents.csapi.jr.slee.cc.gccs
 

Methods in org.mobicents.csapi.jr.slee.cc.gccs with parameters of type TpCallLoadControlMechanism
 int IpCallControlManagerConnection.setCallLoadControl(int duration, TpCallLoadControlMechanism mechanism, TpCallTreatment treatment, TpAddressRange addressRange)
          This method imposes or removes load control on calls made to a particular address range within the generic call control service.
 

Uses of TpCallLoadControlMechanism in org.mobicents.csapi.jr.slee.cc.mpccs
 

Methods in org.mobicents.csapi.jr.slee.cc.mpccs with parameters of type TpCallLoadControlMechanism
 int IpMultiPartyCallControlManagerConnection.setCallLoadControl(int duration, TpCallLoadControlMechanism mechanism, TpCallTreatment treatment, TpAddressRange addressRange)
          This method imposes or removes load control on calls made to a particular address range within the call control service.
 



Copyright © 2008. All Rights Reserved.