![]() |
OpenSplice Java 5 DCPS
v6.x
OpenSplice Java 5 OpenSplice Data Distribution Service Data-Centric Publish-Subscribe API
|
Public Member Functions | |
SubscriptionKeysImpl (OsplServiceEnvironment environment, String... keyValue) | |
SubscriptionKeysImpl (OsplServiceEnvironment environment, Collection< String > keyValue) | |
boolean | equals (Object other) |
ServiceEnvironment | getEnvironment () |
Set< String > | getKey () |
Class<? extends QosPolicy > | getPolicyClass () |
int | hashCode () |
SubscriptionKeys | withKey (Collection< String > keyList) |
Copy this policy and override the value of the property. More... | |
SubscriptionKeys | withKey (String keyList) |
Copy this policy and override the value of the property. More... | |
SubscriptionKeys | withKey (String... keyList) |
Copy this policy and override the value of the property. More... | |
Protected Attributes | |
OsplServiceEnvironment | environment |
Definition at line 31 of file SubscriptionKeysImpl.java.
org.opensplice.dds.core.policy.SubscriptionKeysImpl.SubscriptionKeysImpl | ( | OsplServiceEnvironment | environment, |
String... | keyValue | ||
) |
Definition at line 36 of file SubscriptionKeysImpl.java.
org.opensplice.dds.core.policy.SubscriptionKeysImpl.SubscriptionKeysImpl | ( | OsplServiceEnvironment | environment, |
Collection< String > | keyValue | ||
) |
Definition at line 46 of file SubscriptionKeysImpl.java.
boolean org.opensplice.dds.core.policy.SubscriptionKeysImpl.equals | ( | Object | other | ) |
Definition at line 85 of file SubscriptionKeysImpl.java.
|
inherited |
Implements org.omg.dds.core.DDSObject.
Definition at line 40 of file QosPolicyImpl.java.
Set<String> org.opensplice.dds.core.policy.SubscriptionKeysImpl.getKey | ( | ) |
Implements org.opensplice.dds.core.policy.SubscriptionKeys.
Definition at line 60 of file SubscriptionKeysImpl.java.
Class<? extends QosPolicy> org.opensplice.dds.core.policy.SubscriptionKeysImpl.getPolicyClass | ( | ) |
Definition at line 80 of file SubscriptionKeysImpl.java.
int org.opensplice.dds.core.policy.SubscriptionKeysImpl.hashCode | ( | ) |
Definition at line 98 of file SubscriptionKeysImpl.java.
SubscriptionKeys org.opensplice.dds.core.policy.SubscriptionKeysImpl.withKey | ( | Collection< String > | keyList | ) |
Copy this policy and override the value of the property.
keyList | A collection of strings with one or more names of topic fields acting as alternative keys. |
Implements org.opensplice.dds.core.policy.SubscriptionKeys.
Definition at line 65 of file SubscriptionKeysImpl.java.
SubscriptionKeys org.opensplice.dds.core.policy.SubscriptionKeysImpl.withKey | ( | String | keyList | ) |
Copy this policy and override the value of the property.
keyList | A strings with one name of topic fields acting as alternative key. |
Implements org.opensplice.dds.core.policy.SubscriptionKeys.
Definition at line 70 of file SubscriptionKeysImpl.java.
SubscriptionKeys org.opensplice.dds.core.policy.SubscriptionKeysImpl.withKey | ( | String... | keyList | ) |
Copy this policy and override the value of the property.
keyList | An arbitrary number of strings with one or more names of topic fields acting as alternative keys. |
Implements org.opensplice.dds.core.policy.SubscriptionKeys.
Definition at line 75 of file SubscriptionKeysImpl.java.
|
protectedinherited |
Definition at line 29 of file QosPolicyImpl.java.