copyright The Portico Project 2008.

org.portico.shared.msg
Class FED_ConstrainedEnabled

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_ConstrainedEnabled
All Implemented Interfaces:
Serializable

public class FED_ConstrainedEnabled
extends FED_CallbackMessage

Callback to inform the target federate that time constrained has been enabled. Its new federate time is also given.

See Also:
Serialized Form

Field Summary
private static long serialVersionUID
           
private  double time
           
 
Fields inherited from class org.portico.shared.msg.FED_CallbackMessage
targetFederate, timestamp
 
Constructor Summary
FED_ConstrainedEnabled()
           
FED_ConstrainedEnabled(double newTime)
           
 
Method Summary
 double getTime()
           
 void setTime(double newTime)
           
 
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

time

private double time
Constructor Detail

FED_ConstrainedEnabled

public FED_ConstrainedEnabled()

FED_ConstrainedEnabled

public FED_ConstrainedEnabled(double newTime)
Method Detail

getTime

public double getTime()

setTime

public void setTime(double newTime)

copyright The Portico Project 2008.