org.omg.dds
Class SubscriptionMatchStatus

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

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

Generated from IDL struct "SubscriptionMatchStatus".

Version:
generated at Jan 1, 2011 11:42:58 PM
Author:
JacORB IDL compiler V 2.3.0 (JBoss patch 6), 06-Jun-2007
See Also:
Serialized Form

Field Summary
 int last_publication_handle
           
 int total_count
           
 int total_count_change
           
 
Constructor Summary
SubscriptionMatchStatus()
           
SubscriptionMatchStatus(int total_count, int total_count_change, int last_publication_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_publication_handle

public int last_publication_handle
Constructor Detail

SubscriptionMatchStatus

public SubscriptionMatchStatus()

SubscriptionMatchStatus

public SubscriptionMatchStatus(int total_count,
                               int total_count_change,
                               int last_publication_handle)