kaos.notification
Class NotifyAction
java.lang.Object
kaos.notification.NotifyAction
public class NotifyAction
- extends java.lang.Object
Method Summary |
boolean |
equals(NotifyAction n2)
Two NotifyActions are equal if they contain the same subject, message, and recipient address |
java.lang.String |
get_body(boolean abbreviated)
|
java.lang.String |
get_subject(boolean abbreviated)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
_notifyActionID
public ActionInstanceDescription _notifyActionID
_nReq
public NotifyRequest _nReq
_recipientID
public java.lang.String _recipientID
_recipientName
public java.lang.String _recipientName
_recipientAddress
public java.lang.String _recipientAddress
_presence
public java.lang.String _presence
_mode
public java.lang.String _mode
_severity
public java.lang.String _severity
_latency
public java.lang.String _latency
_focusOfAttention
public java.lang.String _focusOfAttention
NotifyAction
public NotifyAction(ActionInstanceDescription notifyActionID,
NotifyRequest nReq)
NotifyAction
public NotifyAction(java.lang.String address,
java.lang.String subject,
java.lang.String message)
get_subject
public java.lang.String get_subject(boolean abbreviated)
get_body
public java.lang.String get_body(boolean abbreviated)
equals
public boolean equals(NotifyAction n2)
- Two NotifyActions are equal if they contain the same subject, message, and recipient address
- Parameters:
n2
-
- Returns: