org.omg.dds
Class HistoryQosPolicy

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

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

Generated from IDL definition of struct "HistoryQosPolicy"

Author:
JacORB IDL compiler
See Also:
Serialized Form

Field Summary
 int depth
           
 HistoryQosPolicyKind kind
           
 
Constructor Summary
HistoryQosPolicy()
           
HistoryQosPolicy(HistoryQosPolicyKind kind, int depth)
           
 
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)