com.toc.coredx.DDS
Class WriterDataLifecycleQosPolicy
java.lang.Object
com.toc.coredx.DDS.WriterDataLifecycleQosPolicy
public class WriterDataLifecycleQosPolicy
- extends java.lang.Object
Specifies the lifecycle behavior of data instances managed by the DataWriter.
If autodispose_unregistered_instances is true, then the
DataWriter will automatically dispose any instances that are unregistered.
Note: When a DataWriter is deleted, it will automatically unregister
all of its instances. With this policy == true, then all instances will
also be disposed.
|
Method Summary |
void |
copyFromCore(DDS_WriterDataLifecycleQosPolicy q)
|
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
autodispose_unregistered_instances
public boolean autodispose_unregistered_instances
WriterDataLifecycleQosPolicy
public WriterDataLifecycleQosPolicy()
copyFromCore
public void copyFromCore(DDS_WriterDataLifecycleQosPolicy q)