org.csapi.cm
Class TpPipeQoSInfo

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

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

Generated from IDL definition of struct "TpPipeQoSInfo"

Author:
JacORB IDL compiler
See Also:
Serialized Form

Field Summary
 TpNameDescrpTagString description
           
 TpNameDescrpTagDir directionality
           
 TpLoadDescriptor forwardLoad
           
 TpLoadDescriptor reverseLoad
           
 TpEndpoint serviceDestination
           
 TpEndpoint serviceOrigin
           
 
Constructor Summary
TpPipeQoSInfo()
           
TpPipeQoSInfo(TpNameDescrpTagDir directionality, TpEndpoint serviceOrigin, TpEndpoint serviceDestination, TpLoadDescriptor forwardLoad, TpLoadDescriptor reverseLoad, TpNameDescrpTagString description)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

directionality

public TpNameDescrpTagDir directionality

serviceOrigin

public TpEndpoint serviceOrigin

serviceDestination

public TpEndpoint serviceDestination

forwardLoad

public TpLoadDescriptor forwardLoad

reverseLoad

public TpLoadDescriptor reverseLoad

description

public TpNameDescrpTagString description
Constructor Detail

TpPipeQoSInfo

public TpPipeQoSInfo()

TpPipeQoSInfo

public TpPipeQoSInfo(TpNameDescrpTagDir directionality,
                     TpEndpoint serviceOrigin,
                     TpEndpoint serviceDestination,
                     TpLoadDescriptor forwardLoad,
                     TpLoadDescriptor reverseLoad,
                     TpNameDescrpTagString description)


Copyright © 2009. All Rights Reserved.