Uses of Class
org.csapi.TpAddressRange

Packages that use TpAddressRange
org.csapi   
org.csapi.cc   
org.csapi.cc.cccs   
org.csapi.cc.gccs   
org.csapi.cc.mmccs   
org.csapi.cc.mpccs   
org.csapi.dsc   
org.csapi.ui   
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 TpAddressRange in org.csapi
 

Fields in org.csapi declared as TpAddressRange
 TpAddressRange TpAddressRangeHolder.value
           
 

Methods in org.csapi that return TpAddressRange
static TpAddressRange TpAddressRangeHelper.extract(org.omg.CORBA.Any any)
           
static TpAddressRange TpAddressRangeHelper.read(org.omg.CORBA.portable.InputStream in)
           
 

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

Constructors in org.csapi with parameters of type TpAddressRange
TpAddressRangeHolder(TpAddressRange initial)
           
 

Uses of TpAddressRange in org.csapi.cc
 

Fields in org.csapi.cc declared as TpAddressRange
 TpAddressRange TpCallNotificationScope.DestinationAddress
           
 TpAddressRange TpCallNotificationScope.OriginatingAddress
           
 

Constructors in org.csapi.cc with parameters of type TpAddressRange
TpCallNotificationScope(TpAddressRange DestinationAddress, TpAddressRange OriginatingAddress)
           
 

Uses of TpAddressRange in org.csapi.cc.cccs
 

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

Uses of TpAddressRange in org.csapi.cc.gccs
 

Fields in org.csapi.cc.gccs declared as TpAddressRange
 TpAddressRange TpCallEventCriteria.DestinationAddress
           
 TpAddressRange TpCallEventCriteria.OriginatingAddress
           
 

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

Constructors in org.csapi.cc.gccs with parameters of type TpAddressRange
TpCallEventCriteria(TpAddressRange DestinationAddress, TpAddressRange OriginatingAddress, int CallEventName, TpCallNotificationType CallNotificationType, TpCallMonitorMode MonitorMode)
           
 

Uses of TpAddressRange in org.csapi.cc.mmccs
 

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

Uses of TpAddressRange in org.csapi.cc.mpccs
 

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

Uses of TpAddressRange in org.csapi.dsc
 

Fields in org.csapi.dsc declared as TpAddressRange
 TpAddressRange TpDataSessionEventCriteria.DestinationAddress
           
 TpAddressRange TpDataSessionEventCriteria.OriginationAddress
           
 

Constructors in org.csapi.dsc with parameters of type TpAddressRange
TpDataSessionEventCriteria(TpAddressRange DestinationAddress, TpAddressRange OriginationAddress, int DataSessionEventName, TpDataSessionMonitorMode MonitorMode)
           
 

Uses of TpAddressRange in org.csapi.ui
 

Fields in org.csapi.ui declared as TpAddressRange
 TpAddressRange TpUIEventCriteria.DestinationAddress
           
 TpAddressRange TpUIEventCriteria.OriginatingAddress
           
 

Constructors in org.csapi.ui with parameters of type TpAddressRange
TpUIEventCriteria(TpAddressRange OriginatingAddress, TpAddressRange DestinationAddress, java.lang.String ServiceCode)
           
 

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

Methods in org.mobicents.csapi.jr.slee.cc.gccs with parameters of type TpAddressRange
 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 TpAddressRange in org.mobicents.csapi.jr.slee.cc.mpccs
 

Methods in org.mobicents.csapi.jr.slee.cc.mpccs with parameters of type TpAddressRange
 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 © 2009. All Rights Reserved.