| java.lang.Object org.cougaar.core.blackboard.BlackboardAlert
BlackboardAlert | public class BlackboardAlert implements Serializable(Code) | | A generic blackboard alert object used to notify agent or plugin
about anomalous data on an agent's blackboard.
|
BlackboardAlert | public BlackboardAlert(String sensor, long time, MessageAddress victim, MessageAddress attacker, String desc)(Code) | | Basic Constructor
Parameters: sensor - sensor type, descriptive name or component name Parameters: time - time of compromise if known - usually specified in terms of society time Parameters: victim - the compromised agent address Parameters: attacker - the attacking agent if known Parameters: desc - description of problem, attack, classification or other information |
BlackboardAlert | public BlackboardAlert(String sensor, MessageAddress victim)(Code) | | Minimal Constructor
Parameters: sensor - sensor type, descriptive name or component name Parameters: victim - the compromised agent address |
getTimeOfCompromise | public long getTimeOfCompromise()(Code) | | |
setTimeOfCompromise | public void setTimeOfCompromise(long time)(Code) | | |
|
|