Class LivelinessQosPolicyConfiguration
- java.lang.Object
-
- org.mases.datadistributionmanager.BaseConfiguration
-
- org.mases.datadistributionmanager.configuration.LivelinessQosPolicyConfiguration
-
- All Implemented Interfaces:
IConfiguration
public class LivelinessQosPolicyConfiguration extends BaseConfiguration
The configuration class for LivelinessQosPolicy. See http://download.objectcomputing.com/OpenDDS/OpenDDS-latest.pdf
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
KindPropertyKey
static java.lang.String
LeaseDurationPropertyKey
-
Constructor Summary
Constructors Constructor Description LivelinessQosPolicyConfiguration()
Initialize a newLivelinessQosPolicyConfiguration
.LivelinessQosPolicyConfiguration(LivelinessQosPolicyKind kind, java.lang.Integer period)
Initialize a newLivelinessQosPolicyConfiguration
.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LivelinessQosPolicyKind
getKind()
See OpenDDS documentation at http://download.objectcomputing.com/OpenDDS/OpenDDS-latest.pdfjava.lang.Integer
getLeaseDuration()
See OpenDDS documentation at http://download.objectcomputing.com/OpenDDS/OpenDDS-latest.pdfvoid
setKind(LivelinessQosPolicyKind value)
See OpenDDS documentation at http://download.objectcomputing.com/OpenDDS/OpenDDS-latest.pdfvoid
setLeaseDuration(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
-
KindPropertyKey
public static final java.lang.String KindPropertyKey
- See Also:
- Constant Field Values
-
LeaseDurationPropertyKey
public static final java.lang.String LeaseDurationPropertyKey
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
LivelinessQosPolicyConfiguration
public LivelinessQosPolicyConfiguration()
-
LivelinessQosPolicyConfiguration
public LivelinessQosPolicyConfiguration(LivelinessQosPolicyKind kind, java.lang.Integer period)
Initialize a newLivelinessQosPolicyConfiguration
. See http://download.objectcomputing.com/OpenDDS/OpenDDS-latest.pdf- Parameters:
kind
- See OpenDDS documentation at http://download.objectcomputing.com/OpenDDS/OpenDDS-latest.pdfperiod
- See OpenDDS documentation at http://download.objectcomputing.com/OpenDDS/OpenDDS-latest.pdf
-
-
Method Detail
-
getKind
public LivelinessQosPolicyKind 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(LivelinessQosPolicyKind 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
-
getLeaseDuration
public java.lang.Integer getLeaseDuration()
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
-
setLeaseDuration
public void setLeaseDuration(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
-
-