Class OwnershipQosPolicyConfiguration
- java.lang.Object
-
- org.mases.datadistributionmanager.BaseConfiguration
-
- org.mases.datadistributionmanager.configuration.OwnershipQosPolicyConfiguration
-
- All Implemented Interfaces:
IConfiguration
public class OwnershipQosPolicyConfiguration extends BaseConfiguration
The configuration class for OwnershipQosPolicy. See http://download.objectcomputing.com/OpenDDS/OpenDDS-latest.pdf
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
KindPropertyKey
-
Constructor Summary
Constructors Constructor Description OwnershipQosPolicyConfiguration()
Initialize a newOwnershipQosPolicyConfiguration
.OwnershipQosPolicyConfiguration(OwnershipQosPolicyKind kind)
Initialize a newOwnershipQosPolicyConfiguration
.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description OwnershipQosPolicyKind
getKind()
See OpenDDS documentation at http://download.objectcomputing.com/OpenDDS/OpenDDS-latest.pdfvoid
setKind(OwnershipQosPolicyKind 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
-
-
Constructor Detail
-
OwnershipQosPolicyConfiguration
public OwnershipQosPolicyConfiguration()
-
OwnershipQosPolicyConfiguration
public OwnershipQosPolicyConfiguration(OwnershipQosPolicyKind kind)
Initialize a newOwnershipQosPolicyConfiguration
. See http://download.objectcomputing.com/OpenDDS/OpenDDS-latest.pdf- Parameters:
kind
- See OpenDDS documentation at http://download.objectcomputing.com/OpenDDS/OpenDDS-latest.pdf
-
-
Method Detail
-
getKind
public OwnershipQosPolicyKind 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(OwnershipQosPolicyKind 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
-
-