![]() |
OpenSplice Java 5 DCPS
v6.x
OpenSplice Java 5 OpenSplice Data Distribution Service Data-Centric Publish-Subscribe API
|
Public Member Functions | |
ViewKeysImpl (OsplServiceEnvironment environment, String... keyValue) | |
ViewKeysImpl (OsplServiceEnvironment environment, Collection< String > keyValue) | |
boolean | equals (Object other) |
ServiceEnvironment | getEnvironment () |
Set< String > | getKey () |
Class<? extends QosPolicy > | getPolicyClass () |
int | hashCode () |
ViewKeys | withKey (Collection< String > keyList) |
Copy this policy and override the value of the property. More... | |
ViewKeys | withKey (String keyList) |
Copy this policy and override the value of the property. More... | |
ViewKeys | withKey (String... keyList) |
Copy this policy and override the value of the property. More... | |
Protected Attributes | |
OsplServiceEnvironment | environment |
Definition at line 31 of file ViewKeysImpl.java.
org.opensplice.dds.core.policy.ViewKeysImpl.ViewKeysImpl | ( | OsplServiceEnvironment | environment, |
String... | keyValue | ||
) |
Definition at line 35 of file ViewKeysImpl.java.
org.opensplice.dds.core.policy.ViewKeysImpl.ViewKeysImpl | ( | OsplServiceEnvironment | environment, |
Collection< String > | keyValue | ||
) |
Definition at line 44 of file ViewKeysImpl.java.
boolean org.opensplice.dds.core.policy.ViewKeysImpl.equals | ( | Object | other | ) |
Definition at line 82 of file ViewKeysImpl.java.
|
inherited |
Implements org.omg.dds.core.DDSObject.
Definition at line 40 of file QosPolicyImpl.java.
Set<String> org.opensplice.dds.core.policy.ViewKeysImpl.getKey | ( | ) |
Implements org.opensplice.dds.core.policy.ViewKeys.
Definition at line 57 of file ViewKeysImpl.java.
Class<? extends QosPolicy> org.opensplice.dds.core.policy.ViewKeysImpl.getPolicyClass | ( | ) |
Definition at line 77 of file ViewKeysImpl.java.
int org.opensplice.dds.core.policy.ViewKeysImpl.hashCode | ( | ) |
Definition at line 95 of file ViewKeysImpl.java.
ViewKeys org.opensplice.dds.core.policy.ViewKeysImpl.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 the data set of the DataReader acting as alternative keys. |
Implements org.opensplice.dds.core.policy.ViewKeys.
Definition at line 62 of file ViewKeysImpl.java.
ViewKeys org.opensplice.dds.core.policy.ViewKeysImpl.withKey | ( | String | keyList | ) |
Copy this policy and override the value of the property.
keyList | A strings with one name of the data set of the DataReader acting as alternative keys. |
Implements org.opensplice.dds.core.policy.ViewKeys.
Definition at line 67 of file ViewKeysImpl.java.
ViewKeys org.opensplice.dds.core.policy.ViewKeysImpl.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 the data set of the DataReader acting as alternative keys. |
Implements org.opensplice.dds.core.policy.ViewKeys.
Definition at line 72 of file ViewKeysImpl.java.
|
protectedinherited |
Definition at line 29 of file QosPolicyImpl.java.