org.omg.dds
Class RequestedDeadlineMissedStatus

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

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

Generated from IDL definition of struct "RequestedDeadlineMissedStatus"

Author:
JacORB IDL compiler
See Also:
Serialized Form

Field Summary
 int last_instance_handle
           
 int total_count
           
 int total_count_change
           
 
Constructor Summary
RequestedDeadlineMissedStatus()
           
RequestedDeadlineMissedStatus(int total_count, int total_count_change, int last_instance_handle)
           
 
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_instance_handle

public int last_instance_handle
Constructor Detail

RequestedDeadlineMissedStatus

public RequestedDeadlineMissedStatus()

RequestedDeadlineMissedStatus

public RequestedDeadlineMissedStatus(int total_count,
                                     int total_count_change,
                                     int last_instance_handle)