org.portico.shared.msg
Class EXT_TerminateLRC
java.lang.Object
com.lbf.commons.messaging.RequestMessage
org.portico.shared.msg.FED_CallbackMessage
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
Method Summary |
boolean |
isPriority()
Priority messages signal to the LRC that they should be processed right away
(asynchronously). |
Methods inherited from class com.lbf.commons.messaging.RequestMessage |
getIdentifier, toString |
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
EXT_TerminateLRC
public EXT_TerminateLRC(String targetFederate)
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