copyright The Portico Project 2008.

org.portico.shared.msg
Class RTI_LocalDelete

java.lang.Object
  extended by com.lbf.commons.messaging.RequestMessage
      extended by org.portico.shared.msg.RTI_RequestMessage
          extended by org.portico.shared.msg.RTI_LocalDelete
All Implemented Interfaces:
Serializable

public class RTI_LocalDelete
extends RTI_RequestMessage

The given federate has informed that RTI that it basically wishes to undiscover an object instance. The handle of the object it wishes to no longer know about is provided.

See Also:
Serialized Form

Field Summary
private  int objectHandle
           
private static long serialVersionUID
           
 
Fields inherited from class org.portico.shared.msg.RTI_RequestMessage
targetFederate, timestamp
 
Constructor Summary
RTI_LocalDelete()
           
RTI_LocalDelete(int handle)
           
 
Method Summary
 int getObjectHandle()
           
 void setObjectHandle(int handle)
           
 
Methods inherited from class org.portico.shared.msg.RTI_RequestMessage
bytesToString, getTargetFederate, getTimestamp, isTimestamped, readExternal, setTargetFederate, setTimestamp, stringToBytes, writeExternal
 
Methods inherited from class com.lbf.commons.messaging.RequestMessage
getIdentifier, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

serialVersionUID

private static final long serialVersionUID
See Also:
Constant Field Values

objectHandle

private int objectHandle
Constructor Detail

RTI_LocalDelete

public RTI_LocalDelete()

RTI_LocalDelete

public RTI_LocalDelete(int handle)
Method Detail

getObjectHandle

public int getObjectHandle()

setObjectHandle

public void setObjectHandle(int handle)

copyright The Portico Project 2008.