Type definition for an instance handle.
More...
Public Member Functions |
| | InstanceHandle_t () |
| |
| | InstanceHandle_t (InstanceHandle_t src) |
| |
| boolean | is_nil () |
| | Compare this handle to com.rti.dds.infrastructure.InstanceHandle_t.InstanceHandle_t.HANDLE_NIL.
|
| |
| boolean | equals (Object other) |
| | Compares this instance handle with another handle for equality.
|
| |
| Object | copy_from (Object src) |
| | Copy value of a data type from source.
|
| |
Detailed Description
Constructor & Destructor Documentation
Construct a new instance handle equal to the nil handle.
- See Also
- HANDLE_NIL
Construct a new instance handle equal to the given handle.
- Exceptions
-
| NullPointerException | if src is null |
Member Function Documentation
Compare this handle to com.rti.dds.infrastructure.InstanceHandle_t.InstanceHandle_t.HANDLE_NIL.
- Returns
- com.rti.dds.infrastructure.true if the given instance handle is equal to com.rti.dds.infrastructure.InstanceHandle_t.InstanceHandle_t.HANDLE_NIL or com.rti.dds.infrastructure.false otherwise.
- See Also
- com.rti.dds.infrastructure.InstanceHandle_t.equals
| boolean equals |
( |
Object |
other | ) |
|
Compares this instance handle with another handle for equality.
- Parameters
-
| other | <<in>> The other handle to be compared with this handle. Cannot be null. |
- Returns
- com.rti.dds.infrastructure.true if the two handles have equal values, or com.rti.dds.infrastructure.false otherwise.
- See Also
- com.rti.dds.infrastructure.InstanceHandle_t.is_nil
Member Data Documentation