org.portico.shared.msg
Class FED_SyncPointAnnounced
java.lang.Object
com.lbf.commons.messaging.RequestMessage
org.portico.shared.msg.FED_CallbackMessage
org.portico.shared.msg.FED_SyncPointAnnounced
- All Implemented Interfaces:
- Serializable
public class FED_SyncPointAnnounced
- extends FED_CallbackMessage
Callback to inform the target federate that a new synchronization point with the given label
has been announced.
- 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
label
private String label
tag
private byte[] tag
FED_SyncPointAnnounced
public FED_SyncPointAnnounced()
FED_SyncPointAnnounced
public FED_SyncPointAnnounced(String label,
byte[] tag)
getLabel
public String getLabel()
setLabel
public void setLabel(String label)
getTag
public byte[] getTag()
setTag
public void setTag(byte[] tag)