|
copyright The Portico Project 2008. | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.lbf.commons.messaging.RequestMessage
org.portico.shared.msg.RTI_RequestMessage
org.portico.shared.msg.RTI_SyncAchieved
public class RTI_SyncAchieved
Signal to the RTI that the fedeate has achieved the sync point with the given label
Field Summary | |
---|---|
private String |
label
|
private static long |
serialVersionUID
|
Fields inherited from class org.portico.shared.msg.RTI_RequestMessage |
---|
targetFederate, timestamp |
Constructor Summary | |
---|---|
RTI_SyncAchieved()
|
|
RTI_SyncAchieved(String label)
|
Method Summary | |
---|---|
String |
getLabel()
|
void |
setLabel(String label)
|
Methods inherited from class org.portico.shared.msg.RTI_RequestMessage |
---|
bytesToString, getTargetFederate, getTimestamp, isTimestamped, readExternal, setTargetFederate, setTimestamp, stringToBytes, writeExternal |
Methods inherited from class com.lbf.commons.messaging.RequestMessage |
---|
getIdentifier, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
private static final long serialVersionUID
private String label
Constructor Detail |
---|
public RTI_SyncAchieved()
public RTI_SyncAchieved(String label)
Method Detail |
---|
public String getLabel()
public void setLabel(String label)
|
copyright The Portico Project 2008. | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |