org.npsnet.xrti
Class HLAMessageDeleteObjectInstance

java.lang.Object
  extended byorg.npsnet.xrti.HLAMessage
      extended byorg.npsnet.xrti.HLAMessageDeleteObjectInstance
All Implemented Interfaces:
java.lang.Comparable

public class HLAMessageDeleteObjectInstance
extends HLAMessage

HLAMessageDeleteObjectInstance

Author:
Stanislav Kozina

Field Summary
private  ObjectInstanceHandle objectInstanceHandle
          The object instance handle of object to delete.
 
Fields inherited from class org.npsnet.xrti.HLAMessage
logicalTime, MESSAGE_DELETE_OBJECT_INSTANCE, MESSAGE_SEND_INTERACTION, MESSAGE_UPDATE_ATTRIBUTE_VALUES, sentOrdering, transportationType, userSuppliedTag
 
Constructor Summary
HLAMessageDeleteObjectInstance(ObjectInstanceHandle theObject, byte[] userSuppliedTag, LogicalTime logicalTime)
          Creates an instance of HLAMessageDeleteObjectInstance.
 
Method Summary
 ObjectInstanceHandle getObjectInstanceHandle()
          Returns the object instance handle.
 
Methods inherited from class org.npsnet.xrti.HLAMessage
compareTo, getLogicalTime, getMessageType, getSentOrdering, getTransportationType, getUserSuppliedTag
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

objectInstanceHandle

private ObjectInstanceHandle objectInstanceHandle
The object instance handle of object to delete.

Constructor Detail

HLAMessageDeleteObjectInstance

public HLAMessageDeleteObjectInstance(ObjectInstanceHandle theObject,
                                      byte[] userSuppliedTag,
                                      LogicalTime logicalTime)
Creates an instance of HLAMessageDeleteObjectInstance.

Parameters:
theObject -
userSuppliedTag -
logicalTime -
Method Detail

getObjectInstanceHandle

public ObjectInstanceHandle getObjectInstanceHandle()
Returns the object instance handle.

Returns:
the object instance handle