org.omg.dds
Class SampleRejectedStatus
java.lang.Object
org.omg.dds.SampleRejectedStatus
- All Implemented Interfaces:
- IDLEntity, java.io.Serializable
- public final class SampleRejectedStatus
- extends java.lang.Object
- implements IDLEntity
Generated from IDL definition of struct "SampleRejectedStatus"
- Author:
- JacORB IDL compiler
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
SampleRejectedStatus
public SampleRejectedStatus()
SampleRejectedStatus
public SampleRejectedStatus(int total_count,
int total_count_change,
SampleRejectedStatusKind last_reason,
int last_instance_handle)