org.eodisp.hla.common.handles
Class MessageRetractionHandleImpl

java.lang.Object
  extended by org.eodisp.hla.common.handles.UUIDHandle
      extended by org.eodisp.hla.common.handles.MessageRetractionHandleImpl
All Implemented Interfaces:
AttributeHandle, FederateHandle, MessageRetractionHandle, ObjectClassHandle, ObjectInstanceHandle, java.io.Serializable

public class MessageRetractionHandleImpl
extends UUIDHandle
implements MessageRetractionHandle

Author:
ibirrer
See Also:
Serialized Form

Constructor Summary
MessageRetractionHandleImpl()
           
MessageRetractionHandleImpl(byte[] buffer, int offset)
           
MessageRetractionHandleImpl(java.lang.String s)
           
 
Method Summary
 
Methods inherited from class org.eodisp.hla.common.handles.UUIDHandle
encode, encodedLength, equals, hashCode, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface hla.rti1516.MessageRetractionHandle
equals, hashCode, toString
 

Constructor Detail

MessageRetractionHandleImpl

public MessageRetractionHandleImpl()

MessageRetractionHandleImpl

public MessageRetractionHandleImpl(java.lang.String s)

MessageRetractionHandleImpl

public MessageRetractionHandleImpl(byte[] buffer,
                                   int offset)
                            throws CouldNotDecode
Throws:
CouldNotDecode