org.omg.dds
Class SampleRejectedStatus

java.lang.Object
  extended by org.omg.dds.SampleRejectedStatus
All Implemented Interfaces:
java.io.Serializable, IDLEntity

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

Generated from IDL struct "SampleRejectedStatus".

Version:
generated at Mar 17, 2009 1:47:01 PM
Author:
JacORB IDL compiler V 2.3.0 (JBoss patch 6), 06-Jun-2007
See Also:
Serialized Form

Field Summary
 int last_instance_handle
           
 SampleRejectedStatusKind last_reason
           
 int total_count
           
 int total_count_change
           
 
Constructor Summary
SampleRejectedStatus()
           
SampleRejectedStatus(int total_count, int total_count_change, SampleRejectedStatusKind last_reason, int last_instance_handle)
           
 
Method Summary
 
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_reason

public SampleRejectedStatusKind last_reason

last_instance_handle

public int last_instance_handle
Constructor Detail

SampleRejectedStatus

public SampleRejectedStatus()

SampleRejectedStatus

public SampleRejectedStatus(int total_count,
                            int total_count_change,
                            SampleRejectedStatusKind last_reason,
                            int last_instance_handle)