Definition at line 29 of file GroupDataImpl.java.
◆ GroupDataImpl() [1/2]
◆ GroupDataImpl() [2/2]
org.opensplice.dds.core.policy.GroupDataImpl.GroupDataImpl |
( |
OsplServiceEnvironment |
environment, |
|
|
byte [] |
value |
|
) |
| |
◆ equals()
boolean org.opensplice.dds.core.policy.GroupDataImpl.equals |
( |
Object |
other | ) |
|
◆ getEnvironment()
◆ getPolicyClass()
Class<? extends QosPolicy> org.opensplice.dds.core.policy.GroupDataImpl.getPolicyClass |
( |
| ) |
|
◆ getValue()
byte [] org.opensplice.dds.core.policy.GroupDataImpl.getValue |
( |
| ) |
|
◆ hashCode()
int org.opensplice.dds.core.policy.GroupDataImpl.hashCode |
( |
| ) |
|
◆ withValue() [1/2]
GroupData org.opensplice.dds.core.policy.GroupDataImpl.withValue |
( |
byte [] |
value, |
|
|
int |
offset, |
|
|
int |
length |
|
) |
| |
◆ withValue() [2/2]
GroupData org.omg.dds.core.policy.GroupData.withValue |
( |
byte |
value[], |
|
|
int |
offset, |
|
|
int |
length |
|
) |
| |
|
inherited |
copy this policy and override the value of the property.
- Parameters
-
value | A sequence of bytes that holds the application group data. By default, the sequence has length 0. |
offset | Not used can have any int value. |
length | Not used can have any int value. |
- Returns
- a new policy
◆ environment
The documentation for this class was generated from the following file: