hla.rti
Class MessageRetractionReturn

java.lang.Object
  extended byhla.rti.MessageRetractionReturn

public final class MessageRetractionReturn
extends java.lang.Object

Contains information concerning the validity of a message retraction handle.

Author:
DMSO

Field Summary
 MessageRetractionHandle handle
          The message retraction handle.
 boolean retractionHandleIsValid
          Whether or not the message retraction handle is valid.
 
Constructor Summary
MessageRetractionReturn()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

retractionHandleIsValid

public boolean retractionHandleIsValid
Whether or not the message retraction handle is valid.


handle

public MessageRetractionHandle handle
The message retraction handle.

Constructor Detail

MessageRetractionReturn

public MessageRetractionReturn()