copyright The Portico Project 2008.

org.portico.shared.msg
Class FED_Synchronized

java.lang.Object
  extended by com.lbf.commons.messaging.RequestMessage
      extended by org.portico.shared.msg.FED_CallbackMessage
          extended by org.portico.shared.msg.FED_Synchronized
All Implemented Interfaces:
Serializable

public class FED_Synchronized
extends FED_CallbackMessage

Callback to inform the target federate that the federation has synchronized on the point with the provided label.

See Also:
Serialized Form

Field Summary
private  String label
           
private static long serialVersionUID
           
 
Fields inherited from class org.portico.shared.msg.FED_CallbackMessage
targetFederate, timestamp
 
Constructor Summary
FED_Synchronized()
           
FED_Synchronized(String label)
           
 
Method Summary
 String getLabel()
           
 void setLabel(String label)
           
 
Methods inherited from class org.portico.shared.msg.FED_CallbackMessage
getTargetFederate, getTimestamp, isAdvanceGrant, isPriority, isSpecDefinedMessage, isTimestamped, readExternal, setTargetFederate, setTimestamp, 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

serialVersionUID

private static final long serialVersionUID
See Also:
Constant Field Values

label

private String label
Constructor Detail

FED_Synchronized

public FED_Synchronized()

FED_Synchronized

public FED_Synchronized(String label)
Method Detail

getLabel

public String getLabel()

setLabel

public void setLabel(String label)

copyright The Portico Project 2008.