Class PropertyQosPolicyConfiguration
- java.lang.Object
-
- org.mases.datadistributionmanager.BaseConfiguration
-
- org.mases.datadistributionmanager.configuration.PropertyQosPolicyConfiguration
-
- All Implemented Interfaces:
IConfiguration
public class PropertyQosPolicyConfiguration extends BaseConfiguration
The configuration class for PropertyQosPolicy. See http://download.objectcomputing.com/OpenDDS/OpenDDS-latest.pdf
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description class
PropertyQosPolicyConfiguration.Property
The configuration class forPropertyQosPolicyConfiguration.Property
.
-
Field Summary
-
Constructor Summary
Constructors Constructor Description PropertyQosPolicyConfiguration()
Initialize a newPropertyQosPolicyConfiguration
.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String[]
getConfiguration()
The configuration parameters to use written as key=value
-
-
-
Field Detail
-
PropertyQosPolicyValuePropertyKey
public static final java.lang.String PropertyQosPolicyValuePropertyKey
- See Also:
- Constant Field Values
-
PropertyQosPolicyBinaryValuePropertyKey
public static final java.lang.String PropertyQosPolicyBinaryValuePropertyKey
- See Also:
- Constant Field Values
-
DDSSEC_PROP_IDENTITY_CA
public PropertyQosPolicyConfiguration.Property DDSSEC_PROP_IDENTITY_CA
See OpenDDS documentation at http://download.objectcomputing.com/OpenDDS/OpenDDS-latest.pdf
-
DDSSEC_PROP_IDENTITY_CERT
public PropertyQosPolicyConfiguration.Property DDSSEC_PROP_IDENTITY_CERT
See OpenDDS documentation at http://download.objectcomputing.com/OpenDDS/OpenDDS-latest.pdf
-
DDSSEC_PROP_IDENTITY_PRIVKEY
public PropertyQosPolicyConfiguration.Property DDSSEC_PROP_IDENTITY_PRIVKEY
See OpenDDS documentation at http://download.objectcomputing.com/OpenDDS/OpenDDS-latest.pdf
-
DDSSEC_PROP_IDENTITY_PRIVKEY_PWD
public PropertyQosPolicyConfiguration.Property DDSSEC_PROP_IDENTITY_PRIVKEY_PWD
See OpenDDS documentation at http://download.objectcomputing.com/OpenDDS/OpenDDS-latest.pdf
-
DDSSEC_PROP_PERM_CA
public PropertyQosPolicyConfiguration.Property DDSSEC_PROP_PERM_CA
See OpenDDS documentation at http://download.objectcomputing.com/OpenDDS/OpenDDS-latest.pdf
-
DDSSEC_PROP_PERM_GOV_DOC
public PropertyQosPolicyConfiguration.Property DDSSEC_PROP_PERM_GOV_DOC
See OpenDDS documentation at http://download.objectcomputing.com/OpenDDS/OpenDDS-latest.pdf
-
DDSSEC_PROP_PERM_DOC
public PropertyQosPolicyConfiguration.Property DDSSEC_PROP_PERM_DOC
See OpenDDS documentation at http://download.objectcomputing.com/OpenDDS/OpenDDS-latest.pdf
-
-
Constructor Detail
-
PropertyQosPolicyConfiguration
public PropertyQosPolicyConfiguration()
Initialize a newPropertyQosPolicyConfiguration
. See http://download.objectcomputing.com/OpenDDS/OpenDDS-latest.pdf
-
-
Method Detail
-
getConfiguration
public java.lang.String[] getConfiguration()
Description copied from interface:IConfiguration
The configuration parameters to use written as key=value- Specified by:
getConfiguration
in interfaceIConfiguration
- Overrides:
getConfiguration
in classBaseConfiguration
- Returns:
- an array of
String
with key=value pairs
-
-