org.portico.shared.msg
Class FED_ProvideUpdate
java.lang.Object
com.lbf.commons.messaging.RequestMessage
org.portico.shared.msg.FED_CallbackMessage
org.portico.shared.msg.FED_ProvideUpdate
- All Implemented Interfaces:
- Serializable
public class FED_ProvideUpdate
- extends FED_CallbackMessage
This message represents a request for the target federate to send out an update for a specific
set of attributes of a specific object instance. It will be sent in response to a federate
issuing a requestObjectAttributeValueUpdate() or requestClassAttributeValueUpdate().
- 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
objectId
private int objectId
attributes
private Set<Integer> attributes
tag
private byte[] tag
FED_ProvideUpdate
public FED_ProvideUpdate()
FED_ProvideUpdate
public FED_ProvideUpdate(int objectId,
Set<Integer> attributes)
FED_ProvideUpdate
public FED_ProvideUpdate(int objectId,
Set<Integer> attributes,
byte[] tag)
getAttributes
public Set<Integer> getAttributes()
setAttributes
public void setAttributes(Set<Integer> attributes)
getObjectId
public int getObjectId()
setObjectId
public void setObjectId(int objectId)
getTag
public byte[] getTag()
setTag
public void setTag(byte[] tag)