Class LifespanQosPolicyConfiguration
- java.lang.Object
-
- org.mases.datadistributionmanager.BaseConfiguration
-
- org.mases.datadistributionmanager.configuration.LifespanQosPolicyConfiguration
-
- All Implemented Interfaces:
IConfiguration
public class LifespanQosPolicyConfiguration extends BaseConfiguration
The configuration class for LifespanQosPolicy. See http://download.objectcomputing.com/OpenDDS/OpenDDS-latest.pdf
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
DurationPropertyKey
-
Constructor Summary
Constructors Constructor Description LifespanQosPolicyConfiguration()
Initialize a newLifespanQosPolicyConfiguration
.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Integer
getDuration()
See OpenDDS documentation at http://download.objectcomputing.com/OpenDDS/OpenDDS-latest.pdfvoid
setDuration(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
-
DurationPropertyKey
public static final java.lang.String DurationPropertyKey
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
LifespanQosPolicyConfiguration
public LifespanQosPolicyConfiguration()
Initialize a newLifespanQosPolicyConfiguration
. See http://download.objectcomputing.com/OpenDDS/OpenDDS-latest.pdf
-
-
Method Detail
-
getDuration
public java.lang.Integer getDuration()
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
-
setDuration
public void setDuration(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
-
-