org.portico.shared.msg
Class RTI_RequestClassUpdate
java.lang.Object
com.lbf.commons.messaging.RequestMessage
org.portico.shared.msg.RTI_RequestMessage
org.portico.shared.msg.RTI_RequestClassUpdate
- All Implemented Interfaces:
- Serializable
public class RTI_RequestClassUpdate
- extends RTI_RequestMessage
Request the update of all instances for a given class (or its subclasses) by the federates that
own the instances. The attributes desired for the update are provided in the set of handles.
- 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
classHandle
private int classHandle
attributeHandles
private Set<Integer> attributeHandles
tag
private byte[] tag
regionToken
private int regionToken
RTI_RequestClassUpdate
public RTI_RequestClassUpdate()
RTI_RequestClassUpdate
public RTI_RequestClassUpdate(int classHandle,
Set<Integer> attributes,
byte[] tag)
RTI_RequestClassUpdate
public RTI_RequestClassUpdate(int classHandle,
Set<Integer> attributes,
byte[] tag,
int regionToken)
getAttributes
public Set<Integer> getAttributes()
setAttributes
public void setAttributes(Set<Integer> attributes)
getClassHandle
public int getClassHandle()
setClassHandle
public void setClassHandle(int classHandle)
getTag
public byte[] getTag()
setTag
public void setTag(byte[] tag)
getRegionToken
public int getRegionToken()
usesDDM
public boolean usesDDM()