copyright The Portico Project 2008.

org.portico.shared.msg
Class EXT_TerminateLRC

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

public class EXT_TerminateLRC
extends FED_CallbackMessage

This mehtod is the callback sister of EXT_Terminate. This message extends FED_CallbackMessage and signals to the LRC that a forced termination has taken place.

This is a PRIORITY message

See Also:
Serialized Form

Field Summary
private static long serialVersionUID
           
 
Fields inherited from class org.portico.shared.msg.FED_CallbackMessage
targetFederate, timestamp
 
Constructor Summary
EXT_TerminateLRC(String targetFederate)
           
 
Method Summary
 boolean isPriority()
          Priority messages signal to the LRC that they should be processed right away (asynchronously).
 
Methods inherited from class org.portico.shared.msg.FED_CallbackMessage
getTargetFederate, getTimestamp, isAdvanceGrant, 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
Constructor Detail

EXT_TerminateLRC

public EXT_TerminateLRC(String targetFederate)
Method Detail

isPriority

public boolean isPriority()
Description copied from class: FED_CallbackMessage
Priority messages signal to the LRC that they should be processed right away (asynchronously). These may be HLA-related calls or they may be internal processing calls. Either way, the default of this method is to return false. If a message requires priority status, it should override this method and return true.

Overrides:
isPriority in class FED_CallbackMessage

copyright The Portico Project 2008.