Module hla.rti1516e
Package hla.rti1516e

Interface ObjectInstanceHandle

All Superinterfaces:
Serializable

public interface ObjectInstanceHandle extends Serializable
Type-safe handle for an object instance. Generally these are created by the RTI and passed to the user.
  • Method Details

    • equals

      boolean equals(Object otherObjectInstanceHandle)
      Overrides:
      equals in class Object
      Returns:
      true if this refers to the same instance as other handle
    • hashCode

      int hashCode()
      Overrides:
      hashCode in class Object
      Returns:
      int. All instances that refer to the same instance should return the same hascode.
    • encodedLength

      int encodedLength()
    • encode

      void encode(byte[] buffer, int offset)
    • toString

      String toString()
      Overrides:
      toString in class Object