Class DurabilityServiceQosPolicyConfiguration
- java.lang.Object
-
- org.mases.datadistributionmanager.BaseConfiguration
-
- org.mases.datadistributionmanager.configuration.DurabilityServiceQosPolicyConfiguration
-
- All Implemented Interfaces:
IConfiguration
public class DurabilityServiceQosPolicyConfiguration extends BaseConfiguration
The configuration class for DurabilityServiceQosPolicy. See http://download.objectcomputing.com/OpenDDS/OpenDDS-latest.pdf
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
HistoryDepthPropertyKey
static java.lang.String
KindPropertyKey
static java.lang.String
MaxInstancesPropertyKey
static java.lang.String
MaxSamplesPerInstancePropertyKey
static java.lang.String
MaxSamplesPropertyKey
static java.lang.String
ServiceCleanupDelayPropertyKey
-
Constructor Summary
Constructors Constructor Description DurabilityServiceQosPolicyConfiguration()
Initialize a newDurabilityServiceQosPolicyConfiguration
.
-
Method Summary
-
Methods inherited from class org.mases.datadistributionmanager.BaseConfiguration
getConfiguration
-
-
-
-
Field Detail
-
ServiceCleanupDelayPropertyKey
public static final java.lang.String ServiceCleanupDelayPropertyKey
- See Also:
- Constant Field Values
-
KindPropertyKey
public static final java.lang.String KindPropertyKey
- See Also:
- Constant Field Values
-
HistoryDepthPropertyKey
public static final java.lang.String HistoryDepthPropertyKey
- See Also:
- Constant Field Values
-
MaxSamplesPropertyKey
public static final java.lang.String MaxSamplesPropertyKey
- See Also:
- Constant Field Values
-
MaxInstancesPropertyKey
public static final java.lang.String MaxInstancesPropertyKey
- See Also:
- Constant Field Values
-
MaxSamplesPerInstancePropertyKey
public static final java.lang.String MaxSamplesPerInstancePropertyKey
- See Also:
- Constant Field Values
-
-
Method Detail
-
getServiceCleanupDelay
public java.lang.Integer getServiceCleanupDelay()
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
-
setServiceCleanupDelay
public void setServiceCleanupDelay(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
-
getKind
public HistoryQosPolicyKind getKind()
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
-
setKind
public void setKind(HistoryQosPolicyKind 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
-
getHistoryDepth
public java.lang.Integer getHistoryDepth()
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
-
setHistoryDepth
public void setHistoryDepth(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
-
getMaxSamples
public java.lang.Integer getMaxSamples()
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
-
setMaxSamples
public void setMaxSamples(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
-
getMaxInstances
public java.lang.Integer getMaxInstances()
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
-
setMaxInstances
public void setMaxInstances(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
-
getMaxSamplesPerInstance
public java.lang.Integer getMaxSamplesPerInstance()
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
-
setMaxSamplesPerInstance
public void setMaxSamplesPerInstance(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
-
-