CoreDX DDS for Java
from Twin Oaks Computing, Inc.

com.toc.coredx.DDS
Class ReaderDataLifecycleQosPolicy

java.lang.Object
  extended by com.toc.coredx.DDS.ReaderDataLifecycleQosPolicy

public class ReaderDataLifecycleQosPolicy
extends java.lang.Object

Specifies the lifecycle behavior of data instances managed by the DataReader.

autopurge_nowriter_samples_delay indicates how long the DataReader will maintain instance samples that have instance_state NOT_ALIVE_NO_WRITERS.

autopurge_disposed_samples_delay indicates how long the DataReader will retain information about instances that have instance_state NOT_ALIVE_DISPOSED.

CoreDX DDS currently does not support values other than INFINTE for these two policy fields.


Field Summary
 Duration_t autopurge_disposed_samples_delay
           
 Duration_t autopurge_nowriter_samples_delay
           
 
Constructor Summary
ReaderDataLifecycleQosPolicy()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

autopurge_nowriter_samples_delay

public Duration_t autopurge_nowriter_samples_delay

autopurge_disposed_samples_delay

public Duration_t autopurge_disposed_samples_delay
Constructor Detail

ReaderDataLifecycleQosPolicy

public ReaderDataLifecycleQosPolicy()

Copyright © 2010 Twin Oaks Computing, Inc,
All Rights Reserved