Uses of Class
org.csapi.TpDataSessionQosClass

Packages that use TpDataSessionQosClass
org.csapi   
org.csapi.dsc   
org.mobicents.csapi.jr.slee.dsc Contains the Parlay Data Session Control data types and interfaces. 
 

Uses of TpDataSessionQosClass in org.csapi
 

Fields in org.csapi declared as TpDataSessionQosClass
static TpDataSessionQosClass TpDataSessionQosClass.P_DATA_SESSION_QOS_CLASS_BACKGROUND
           
static TpDataSessionQosClass TpDataSessionQosClass.P_DATA_SESSION_QOS_CLASS_CONVERSATIONAL
           
static TpDataSessionQosClass TpDataSessionQosClass.P_DATA_SESSION_QOS_CLASS_INTERACTIVE
           
static TpDataSessionQosClass TpDataSessionQosClass.P_DATA_SESSION_QOS_CLASS_STREAMING
           
 TpDataSessionQosClass TpDataSessionQosClassHolder.value
           
 

Methods in org.csapi that return TpDataSessionQosClass
static TpDataSessionQosClass TpDataSessionQosClassHelper.extract(org.omg.CORBA.Any any)
           
static TpDataSessionQosClass TpDataSessionQosClass.from_int(int value)
           
static TpDataSessionQosClass TpDataSessionQosClassHelper.read(org.omg.CORBA.portable.InputStream in)
           
 

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

Constructors in org.csapi with parameters of type TpDataSessionQosClass
TpDataSessionQosClassHolder(TpDataSessionQosClass initial)
           
 

Uses of TpDataSessionQosClass in org.csapi.dsc
 

Fields in org.csapi.dsc declared as TpDataSessionQosClass
 TpDataSessionQosClass TpDataSessionEventInfo.QoSClass
           
 

Methods in org.csapi.dsc with parameters of type TpDataSessionQosClass
 void IpAppDataSessionOperations.superviseDataSessionRes(int dataSessionID, int report, TpDataSessionSuperviseVolume usedVolume, TpDataSessionQosClass qualityOfService)
           
 void IpAppDataSessionPOATie.superviseDataSessionRes(int dataSessionID, int report, TpDataSessionSuperviseVolume usedVolume, TpDataSessionQosClass qualityOfService)
           
 void _IpAppDataSessionStub.superviseDataSessionRes(int dataSessionID, int report, TpDataSessionSuperviseVolume usedVolume, TpDataSessionQosClass qualityOfService)
           
 

Constructors in org.csapi.dsc with parameters of type TpDataSessionQosClass
TpDataSessionEventInfo(TpAddress DestinationAddress, TpAddress OriginatingAddress, int DataSessionEventName, TpDataSessionMonitorMode MonitorMode, TpDataSessionQosClass QoSClass)
           
 

Uses of TpDataSessionQosClass in org.mobicents.csapi.jr.slee.dsc
 

Methods in org.mobicents.csapi.jr.slee.dsc that return TpDataSessionQosClass
 TpDataSessionQosClass SuperviseDataSessionResEvent.getQualityOfService()
          Returns the qualityOfService
 

Constructors in org.mobicents.csapi.jr.slee.dsc with parameters of type TpDataSessionQosClass
SuperviseDataSessionResEvent(TpServiceIdentifier tpServiceIdentifier, TpDataSessionIdentifier tpDataSessionIdentifier, int report, TpDataSessionSuperviseVolume usedVolume, TpDataSessionQosClass qualityOfService)
          Constructor for SuperviseDataSessionResEvent
 



Copyright © 2008. All Rights Reserved.