org.omg.dds
Class OfferedIncompatibleQosStatus

java.lang.Object
  extended byorg.omg.dds.OfferedIncompatibleQosStatus
All Implemented Interfaces:
IDLEntity, java.io.Serializable

public final class OfferedIncompatibleQosStatus
extends java.lang.Object
implements IDLEntity

Generated from IDL definition of struct "OfferedIncompatibleQosStatus"

Author:
JacORB IDL compiler
See Also:
Serialized Form

Field Summary
 int last_policy_id
           
 QosPolicyCount[] policies
           
 int total_count
           
 int total_count_change
           
 
Constructor Summary
OfferedIncompatibleQosStatus()
           
OfferedIncompatibleQosStatus(int total_count, int total_count_change, int last_policy_id, QosPolicyCount[] policies)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

total_count

public int total_count

total_count_change

public int total_count_change

last_policy_id

public int last_policy_id

policies

public QosPolicyCount[] policies
Constructor Detail

OfferedIncompatibleQosStatus

public OfferedIncompatibleQosStatus()

OfferedIncompatibleQosStatus

public OfferedIncompatibleQosStatus(int total_count,
                                    int total_count_change,
                                    int last_policy_id,
                                    QosPolicyCount[] policies)