copyright The Portico Project 2008.

org.portico.shared.msg
Class FED_SyncPointAnnounced

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_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

Field Summary
private  String label
           
private static long serialVersionUID
           
private  byte[] tag
           
 
Fields inherited from class org.portico.shared.msg.FED_CallbackMessage
targetFederate, timestamp
 
Constructor Summary
FED_SyncPointAnnounced()
           
FED_SyncPointAnnounced(String label, byte[] tag)
           
 
Method Summary
 String getLabel()
           
 byte[] getTag()
           
 void setLabel(String label)
           
 void setTag(byte[] tag)
           
 
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

tag

private byte[] tag
Constructor Detail

FED_SyncPointAnnounced

public FED_SyncPointAnnounced()

FED_SyncPointAnnounced

public FED_SyncPointAnnounced(String label,
                              byte[] tag)
Method Detail

getLabel

public String getLabel()

setLabel

public void setLabel(String label)

getTag

public byte[] getTag()

setTag

public void setTag(byte[] tag)

copyright The Portico Project 2008.