org.portico.shared.msg
Class RTI_UnassociateForUpdates
java.lang.Object
com.lbf.commons.messaging.RequestMessage
org.portico.shared.msg.RTI_RequestMessage
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
Methods inherited from class com.lbf.commons.messaging.RequestMessage |
getIdentifier, toString |
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
objectHandle
private int objectHandle
regionToken
private int regionToken
RTI_UnassociateForUpdates
public RTI_UnassociateForUpdates()
RTI_UnassociateForUpdates
public RTI_UnassociateForUpdates(int objectHandle,
int regionToken)
getObjectHandle
public int getObjectHandle()
setObjectHandle
public void setObjectHandle(int objectHandle)
getRegionToken
public int getRegionToken()
setRegionToken
public void setRegionToken(int regionToken)