hla.rti
Interface MessageRetractionHandle

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
XRTIMessageRetractionHandle

public interface MessageRetractionHandle
extends java.io.Serializable

A handle associated with messages that may be used to request and perform retractions.

Author:
DMSO

Method Summary
 boolean equals(java.lang.Object otherMessageRetractionHandle)
          Checks this message retraction handle for equality with another.
 int hashCode()
          Computes and returns a hash code corresponding to this message retraction handle
 java.lang.String toString()
          Returns a string representation of this message retraction handle.
 

Method Detail

equals

public boolean equals(java.lang.Object otherMessageRetractionHandle)
Checks this message retraction handle for equality with another.

Parameters:
otherMessageRetractionHandle - the other message retraction handle to compare this to
Returns:
true if the message retraction handles are equal, false otherwise

hashCode

public int hashCode()
Computes and returns a hash code corresponding to this message retraction handle

Returns:
a hash code corresponding to this message retraction handle

toString

public java.lang.String toString()
Returns a string representation of this message retraction handle.

Returns:
a string representation of this message retraction handle