org.csapi.cm
Class TpLossDescriptor

java.lang.Object
  extended by org.csapi.cm.TpLossDescriptor
All Implemented Interfaces:
java.io.Serializable, org.omg.CORBA.portable.IDLEntity

public final class TpLossDescriptor
extends java.lang.Object
implements org.omg.CORBA.portable.IDLEntity

Generated from IDL definition of struct "TpLossDescriptor"

Author:
JacORB IDL compiler
See Also:
Serialized Form

Field Summary
 TpNameDescrpTagString description
           
 TpNameDescrpTagInt lossPriority
           
 TpNameDescrpTagInt maxLoss
           
 TpNameDescrpTagInt meanLoss
           
 TpNameDescrpTagInt measurementPeriod
           
 TpNameDescrpTagInt minLoss
           
 
Constructor Summary
TpLossDescriptor()
           
TpLossDescriptor(TpNameDescrpTagInt meanLoss, TpNameDescrpTagInt measurementPeriod, TpNameDescrpTagInt maxLoss, TpNameDescrpTagInt minLoss, TpNameDescrpTagInt lossPriority, TpNameDescrpTagString description)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

meanLoss

public TpNameDescrpTagInt meanLoss

measurementPeriod

public TpNameDescrpTagInt measurementPeriod

maxLoss

public TpNameDescrpTagInt maxLoss

minLoss

public TpNameDescrpTagInt minLoss

lossPriority

public TpNameDescrpTagInt lossPriority

description

public TpNameDescrpTagString description
Constructor Detail

TpLossDescriptor

public TpLossDescriptor()

TpLossDescriptor

public TpLossDescriptor(TpNameDescrpTagInt meanLoss,
                        TpNameDescrpTagInt measurementPeriod,
                        TpNameDescrpTagInt maxLoss,
                        TpNameDescrpTagInt minLoss,
                        TpNameDescrpTagInt lossPriority,
                        TpNameDescrpTagString description)


Copyright © 2008. All Rights Reserved.