hla.rti1516
Interface ObjectClassHandle

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
DimensionHandleImpl, MessageRetractionHandleImpl, ObjectClassHandleImpl, RegionHandleImpl, UUIDHandle

public interface ObjectClassHandle
extends java.io.Serializable

Type-safe handle for an object class. Generally these are created by the RTI and passed to the user.


Method Summary
 void encode(byte[] buffer, int offset)
           
 int encodedLength()
           
 boolean equals(java.lang.Object otherObjectClassHandle)
           
 int hashCode()
           
 java.lang.String toString()
           
 

Method Detail

equals

boolean equals(java.lang.Object otherObjectClassHandle)
Overrides:
equals in class java.lang.Object
Returns:
true if this refers to the same object class as other handle

hashCode

int hashCode()
Overrides:
hashCode in class java.lang.Object
Returns:
int. All instances that refer to the same object class should return the same hashcode.

encodedLength

int encodedLength()

encode

void encode(byte[] buffer,
            int offset)

toString

java.lang.String toString()
Overrides:
toString in class java.lang.Object