org.portico.shared.msg
Class RTI_PublishObjectClass
java.lang.Object
com.lbf.commons.messaging.RequestMessage
org.portico.shared.msg.RTI_RequestMessage
org.portico.shared.msg.RTI_PublishObjectClass
- All Implemented Interfaces:
- Serializable
public class RTI_PublishObjectClass
- extends RTI_RequestMessage
This message class contains the handle of the class and the attribute handles that the target
federate wishes to publish.
- 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 HashSet<Integer> attributeHandles
- A HashSet is used (rather than Set) because it is guaranteed to be serializable
RTI_PublishObjectClass
public RTI_PublishObjectClass()
RTI_PublishObjectClass
public RTI_PublishObjectClass(int classHandle,
HashSet<Integer> attributeHandles)
getAttributeHandles
public HashSet<Integer> getAttributeHandles()
setAttributeHandles
public void setAttributeHandles(HashSet<Integer> attributeHandles)
getClassHandle
public int getClassHandle()
setClassHandle
public void setClassHandle(int classHandle)