OpenSplice Java 5 DCPS  v6.x
OpenSplice Java 5 OpenSplice Data Distribution Service Data-Centric Publish-Subscribe API
All Classes Namespaces Files Functions Variables Pages
org.opensplice.dds.core.InstanceHandleImpl Class Reference
Inheritance diagram for org.opensplice.dds.core.InstanceHandleImpl:
Inheritance graph
Collaboration diagram for org.opensplice.dds.core.InstanceHandleImpl:
Collaboration graph

Public Member Functions

 InstanceHandleImpl (OsplServiceEnvironment environment, long value)
 
int compareTo (InstanceHandle o)
 
boolean equals (Object other)
 
ServiceEnvironment getEnvironment ()
 
long getValue ()
 
int hashCode ()
 
boolean isNil ()
 
String toString ()
 

Static Public Member Functions

static InstanceHandle nilHandle (ServiceEnvironment env)
 

Detailed Description

Definition at line 26 of file InstanceHandleImpl.java.

Constructor & Destructor Documentation

◆ InstanceHandleImpl()

org.opensplice.dds.core.InstanceHandleImpl.InstanceHandleImpl ( OsplServiceEnvironment  environment,
long  value 
)

Definition at line 31 of file InstanceHandleImpl.java.

Member Function Documentation

◆ compareTo()

int org.opensplice.dds.core.InstanceHandleImpl.compareTo ( InstanceHandle  o)

Definition at line 37 of file InstanceHandleImpl.java.

◆ equals()

boolean org.opensplice.dds.core.InstanceHandleImpl.equals ( Object  other)

Definition at line 75 of file InstanceHandleImpl.java.

◆ getEnvironment()

ServiceEnvironment org.opensplice.dds.core.InstanceHandleImpl.getEnvironment ( )
Returns
the org.omg.dds.core.ServiceEnvironment object that directly or indirectly was used to create this object.

Implements org.omg.dds.core.DDSObject.

Definition at line 61 of file InstanceHandleImpl.java.

◆ getValue()

long org.opensplice.dds.core.InstanceHandleImpl.getValue ( )

Definition at line 70 of file InstanceHandleImpl.java.

◆ hashCode()

int org.opensplice.dds.core.InstanceHandleImpl.hashCode ( )

Definition at line 88 of file InstanceHandleImpl.java.

◆ isNil()

boolean org.opensplice.dds.core.InstanceHandleImpl.isNil ( )

Definition at line 66 of file InstanceHandleImpl.java.

◆ nilHandle()

static InstanceHandle org.omg.dds.core.InstanceHandle.nilHandle ( ServiceEnvironment  env)
staticinherited
Parameters
envIdentifies the Service instance to which the object will belong.
Returns
An unmodifiable nil instance handle.

Definition at line 42 of file InstanceHandle.java.

◆ toString()

String org.opensplice.dds.core.InstanceHandleImpl.toString ( )

Definition at line 83 of file InstanceHandleImpl.java.


The documentation for this class was generated from the following file: