hla.rti1516
Interface FederateHandle

All Superinterfaces:
Serializable

public interface FederateHandle
extends Serializable

Type-safe handle for a federate handle. Generally these are created by the RTI and passed to the user.


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

Method Detail

equals

boolean equals(Object otherFederateHandle)
Overrides:
equals in class Object
Returns:
true if this refers to the same federate as other handle

hashCode

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

encodedLength

int encodedLength()

encode

void encode(byte[] buffer,
            int offset)

toString

String toString()
Overrides:
toString in class Object