copyright The Portico Project 2008.

org.portico.shared.msg
Class RTI_UnassociateForUpdates

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_UnassociateForUpdates
All Implemented Interfaces:
Serializable

public class RTI_UnassociateForUpdates
extends RTI_RequestMessage

This message represents a request to unassociate a given region for all the attributes of the identified object instance that are currently associated with the region.

See Also:
Serialized Form

Field Summary
private  int objectHandle
           
private  int regionToken
           
private static long serialVersionUID
           
 
Fields inherited from class org.portico.shared.msg.RTI_RequestMessage
targetFederate, timestamp
 
Constructor Summary
RTI_UnassociateForUpdates()
           
RTI_UnassociateForUpdates(int objectHandle, int regionToken)
           
 
Method Summary
 int getObjectHandle()
           
 int getRegionToken()
           
 void setObjectHandle(int objectHandle)
           
 void setRegionToken(int regionToken)
           
 
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

regionToken

private int regionToken
Constructor Detail

RTI_UnassociateForUpdates

public RTI_UnassociateForUpdates()

RTI_UnassociateForUpdates

public RTI_UnassociateForUpdates(int objectHandle,
                                 int regionToken)
Method Detail

getObjectHandle

public int getObjectHandle()

setObjectHandle

public void setObjectHandle(int objectHandle)

getRegionToken

public int getRegionToken()

setRegionToken

public void setRegionToken(int regionToken)

copyright The Portico Project 2008.