Class ReaderDataLifecycleQosPolicyConfiguration
- java.lang.Object
-
- org.mases.datadistributionmanager.BaseConfiguration
-
- org.mases.datadistributionmanager.configuration.ReaderDataLifecycleQosPolicyConfiguration
-
- All Implemented Interfaces:
IConfiguration
public class ReaderDataLifecycleQosPolicyConfiguration extends BaseConfiguration
The configuration class for ReaderDataLifecycleQosPolicy. See http://download.objectcomputing.com/OpenDDS/OpenDDS-latest.pdf
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
AutopurgeDisposedSamplesDelayPropertyKey
static java.lang.String
AutopurgeNowriterSamplesDelayPropertyKey
-
Constructor Summary
Constructors Constructor Description ReaderDataLifecycleQosPolicyConfiguration()
Initialize a newReaderDataLifecycleQosPolicyConfiguration
.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Integer
getAutopurgeDisposedSamplesDelay()
See OpenDDS documentation at http://download.objectcomputing.com/OpenDDS/OpenDDS-latest.pdfjava.lang.Integer
getAutopurgeNowriterSamplesDelay()
See OpenDDS documentation at http://download.objectcomputing.com/OpenDDS/OpenDDS-latest.pdfvoid
setAutopurgeDisposedSamplesDelay(java.lang.Integer value)
See OpenDDS documentation at http://download.objectcomputing.com/OpenDDS/OpenDDS-latest.pdfvoid
setAutopurgeNowriterSamplesDelay(java.lang.Integer value)
See OpenDDS documentation at http://download.objectcomputing.com/OpenDDS/OpenDDS-latest.pdf-
Methods inherited from class org.mases.datadistributionmanager.BaseConfiguration
getConfiguration
-
-
-
-
Field Detail
-
AutopurgeNowriterSamplesDelayPropertyKey
public static final java.lang.String AutopurgeNowriterSamplesDelayPropertyKey
- See Also:
- Constant Field Values
-
AutopurgeDisposedSamplesDelayPropertyKey
public static final java.lang.String AutopurgeDisposedSamplesDelayPropertyKey
- See Also:
- Constant Field Values
-
-
Method Detail
-
getAutopurgeNowriterSamplesDelay
public java.lang.Integer getAutopurgeNowriterSamplesDelay()
See OpenDDS documentation at http://download.objectcomputing.com/OpenDDS/OpenDDS-latest.pdf- Returns:
- See OpenDDS documentation at http://download.objectcomputing.com/OpenDDS/OpenDDS-latest.pdf
-
setAutopurgeNowriterSamplesDelay
public void setAutopurgeNowriterSamplesDelay(java.lang.Integer value)
See OpenDDS documentation at http://download.objectcomputing.com/OpenDDS/OpenDDS-latest.pdf- Parameters:
value
- See OpenDDS documentation at http://download.objectcomputing.com/OpenDDS/OpenDDS-latest.pdf
-
getAutopurgeDisposedSamplesDelay
public java.lang.Integer getAutopurgeDisposedSamplesDelay()
See OpenDDS documentation at http://download.objectcomputing.com/OpenDDS/OpenDDS-latest.pdf- Returns:
- See OpenDDS documentation at http://download.objectcomputing.com/OpenDDS/OpenDDS-latest.pdf
-
setAutopurgeDisposedSamplesDelay
public void setAutopurgeDisposedSamplesDelay(java.lang.Integer value)
See OpenDDS documentation at http://download.objectcomputing.com/OpenDDS/OpenDDS-latest.pdf- Parameters:
value
- See OpenDDS documentation at http://download.objectcomputing.com/OpenDDS/OpenDDS-latest.pdf
-
-