org.csapi.cm
Class TpDelayDescriptor

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

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

Generated from IDL definition of struct "TpDelayDescriptor"

Author:
JacORB IDL compiler
See Also:
Serialized Form

Field Summary
 TpNameDescrpTagInt delayPriority
           
 TpNameDescrpTagString description
           
 TpNameDescrpTagInt maxDelay
           
 TpNameDescrpTagInt meanDelay
           
 TpNameDescrpTagInt measurementPeriod
           
 TpNameDescrpTagInt minDelay
           
 
Constructor Summary
TpDelayDescriptor()
           
TpDelayDescriptor(TpNameDescrpTagInt meanDelay, TpNameDescrpTagInt measurementPeriod, TpNameDescrpTagInt maxDelay, TpNameDescrpTagInt minDelay, TpNameDescrpTagInt delayPriority, TpNameDescrpTagString description)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

meanDelay

public TpNameDescrpTagInt meanDelay

measurementPeriod

public TpNameDescrpTagInt measurementPeriod

maxDelay

public TpNameDescrpTagInt maxDelay

minDelay

public TpNameDescrpTagInt minDelay

delayPriority

public TpNameDescrpTagInt delayPriority

description

public TpNameDescrpTagString description
Constructor Detail

TpDelayDescriptor

public TpDelayDescriptor()

TpDelayDescriptor

public TpDelayDescriptor(TpNameDescrpTagInt meanDelay,
                         TpNameDescrpTagInt measurementPeriod,
                         TpNameDescrpTagInt maxDelay,
                         TpNameDescrpTagInt minDelay,
                         TpNameDescrpTagInt delayPriority,
                         TpNameDescrpTagString description)


Copyright © 2009. All Rights Reserved.