org.omg.dds
Class HistoryQosPolicy

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

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

Generated from IDL struct "HistoryQosPolicy".

Version:
generated at Mar 21, 2012 11:04:26 AM
Author:
JacORB IDL compiler V 2.3.1 (JBoss patch01), 29-Jul-2009
See Also:
Serialized Form

Field Summary
 int depth
           
 HistoryQosPolicyKind kind
           
 
Constructor Summary
HistoryQosPolicy()
           
HistoryQosPolicy(HistoryQosPolicyKind kind, int depth)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

kind

public HistoryQosPolicyKind kind

depth

public int depth
Constructor Detail

HistoryQosPolicy

public HistoryQosPolicy()

HistoryQosPolicy

public HistoryQosPolicy(HistoryQosPolicyKind kind,
                        int depth)