![]() |
OpenSplice Java 5 DCPS
v6.x
OpenSplice Java 5 OpenSplice Data Distribution Service Data-Centric Publish-Subscribe API
|


Public Member Functions | |
| BuiltinTopicKeyImpl (OsplServiceEnvironment environment, int[] value) | |
| BuiltinTopicKey | clone () |
| void | copyFrom (BuiltinTopicKey src) |
| Overwrite the state of this object with that of the given object. More... | |
| ServiceEnvironment | getEnvironment () |
| int [] | getValue () |
| Get a copy of the value. More... | |
Definition at line 28 of file BuiltinTopicKeyImpl.java.
| org.opensplice.dds.topic.BuiltinTopicKeyImpl.BuiltinTopicKeyImpl | ( | OsplServiceEnvironment | environment, |
| int [] | value | ||
| ) |
Definition at line 33 of file BuiltinTopicKeyImpl.java.
| BuiltinTopicKey org.opensplice.dds.topic.BuiltinTopicKeyImpl.clone | ( | ) |
Implements org.omg.dds.topic.BuiltinTopicKey.
Definition at line 66 of file BuiltinTopicKeyImpl.java.
| void org.opensplice.dds.topic.BuiltinTopicKeyImpl.copyFrom | ( | BuiltinTopicKey | src | ) |
Overwrite the state of this object with that of the given object.
Implements org.omg.dds.topic.BuiltinTopicKey.
Definition at line 57 of file BuiltinTopicKeyImpl.java.
| ServiceEnvironment org.opensplice.dds.topic.BuiltinTopicKeyImpl.getEnvironment | ( | ) |
Implements org.omg.dds.core.DDSObject.
Definition at line 45 of file BuiltinTopicKeyImpl.java.
| int [] org.opensplice.dds.topic.BuiltinTopicKeyImpl.getValue | ( | ) |
Get a copy of the value.
Implements org.omg.dds.topic.BuiltinTopicKey.
Definition at line 50 of file BuiltinTopicKeyImpl.java.