Uses of Class
org.csapi.cm.TpNameDescrpTagString

Packages that use TpNameDescrpTagString
org.csapi.cm   
 

Uses of TpNameDescrpTagString in org.csapi.cm
 

Fields in org.csapi.cm declared as TpNameDescrpTagString
 TpNameDescrpTagString TpValidityInfo.description
           
 TpNameDescrpTagString TpPipeQoSInfo.description
           
 TpNameDescrpTagString TpDelayDescriptor.description
           
 TpNameDescrpTagString TpProvisionedQoSInfo.description
           
 TpNameDescrpTagString TpJitterDescriptor.description
           
 TpNameDescrpTagString TpLoadDescriptor.description
           
 TpNameDescrpTagString TpLossDescriptor.description
           
 TpNameDescrpTagString TpNameDescrpTagStringHolder.value
           
 

Methods in org.csapi.cm that return TpNameDescrpTagString
static TpNameDescrpTagString TpNameDescrpTagStringHelper.extract(org.omg.CORBA.Any any)
           
static TpNameDescrpTagString TpNameDescrpTagStringHelper.read(org.omg.CORBA.portable.InputStream in)
           
 

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

Constructors in org.csapi.cm with parameters of type TpNameDescrpTagString
TpDelayDescriptor(TpNameDescrpTagInt meanDelay, TpNameDescrpTagInt measurementPeriod, TpNameDescrpTagInt maxDelay, TpNameDescrpTagInt minDelay, TpNameDescrpTagInt delayPriority, TpNameDescrpTagString description)
           
TpJitterDescriptor(TpNameDescrpTagInt meanJitter, TpNameDescrpTagInt measurementPeriod, TpNameDescrpTagInt maxJitter, TpNameDescrpTagInt minJitter, TpNameDescrpTagInt jitterPriority, TpNameDescrpTagString description)
           
TpLoadDescriptor(TpNameDescrpTagInt meanBandwidth, TpNameDescrpTagInt measurementInterval, TpNameDescrpTagInt maxBandwidth, TpNameDescrpTagInt minBandwidth, TpNameDescrpTagInt bandwidthShare, TpNameDescrpTagInt bandwidthWeight, TpNameDescrpTagInt burstSize, TpNameDescrpTagString description)
           
TpLossDescriptor(TpNameDescrpTagInt meanLoss, TpNameDescrpTagInt measurementPeriod, TpNameDescrpTagInt maxLoss, TpNameDescrpTagInt minLoss, TpNameDescrpTagInt lossPriority, TpNameDescrpTagString description)
           
TpNameDescrpTagStringHolder(TpNameDescrpTagString initial)
           
TpPipeQoSInfo(TpNameDescrpTagDir directionality, TpEndpoint serviceOrigin, TpEndpoint serviceDestination, TpLoadDescriptor forwardLoad, TpLoadDescriptor reverseLoad, TpNameDescrpTagString description)
           
TpProvisionedQoSInfo(TpDelayDescriptor delayDescriptor, TpLossDescriptor lossDescriptor, TpJitterDescriptor jitterDescriptor, TpNameDescrpTagExcessLoadAction excessLoadAction, TpNameDescrpTagString description)
           
TpValidityInfo(TpNameDescrpTagDateTime validFrom, TpNameDescrpTagTimePeriod validPeriod, TpNameDescrpTagTimeOfDay validDailyFrom, TpNameDescrpTagTimePeriod validDailyPeriod, TpNameDescrpTagDayOfWeek validDayOfWeek, TpNameDescrpTagMonth validMonth, TpNameDescrpTagString description)
           
 



Copyright © 2008. All Rights Reserved.