wtanaka.praya.gale
Class NoticeMessage

java.lang.Object
  |
  +--wtanaka.praya.obj.Obj
        |
        +--wtanaka.praya.obj.Message
              |
              +--wtanaka.praya.gale.Puff
                    |
                    +--wtanaka.praya.gale.NoticeMessage
All Implemented Interfaces:
java.io.Serializable

public class NoticeMessage
extends Puff

New World Order _gale.notice message

Return to Sourceforge or the Praya Homepage

Version:
$Name: $ $Date: 2001/09/30 21:14:52 $
Author:
$Author: wtanaka $
See Also:
Serialized Form

Field Summary
private  java.lang.String m_presence
           
private  java.lang.String m_user
           
 
Fields inherited from class wtanaka.praya.gale.Puff
m_arrivalDate, m_puff
 
Fields inherited from class wtanaka.praya.obj.Message
generatedBy, score
 
Fields inherited from class wtanaka.praya.obj.Obj
CONTENTS, date, DATE, FROM, privThread, REVCONTENTS, REVDATE, REVFROM, REVSCORE, REVSUBJECT, SCORE, secretObject, SUBJECT
 
Constructor Summary
NoticeMessage(Protocol parent, PuffOperation msg)
           
 
Method Summary
 Recipient replyRecipient()
          Gets the recipient to whom replies to this message will be sent, if applicable.
 
Methods inherited from class wtanaka.praya.gale.Puff
getCategories, getContents, getFrom, getLocations, getPuffOperation, getScore, getSubject, getThumbnailURL, isPrivateAndSigned, missingBodyString, renderAsHTML, renderAsString, stripNonReplyCondiments, toString
 
Methods inherited from class wtanaka.praya.obj.Message
changeScore, convertStringToHtml, getSourceProtocol, isSelfMessage, isStateChangeMessage, lessThan, renderAsHTML, setZombie
 
Methods inherited from class wtanaka.praya.obj.Obj
getTimeStamp, isPrivileged, setPrivilegedThread, setSecretObject, setTimeStamp
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, wait, wait, wait
 

Field Detail

m_user

private java.lang.String m_user

m_presence

private java.lang.String m_presence
Constructor Detail

NoticeMessage

public NoticeMessage(Protocol parent,
                     PuffOperation msg)
              throws java.io.StreamCorruptedException
Parameters:
msg - WHERE (msg != null) a puff operation
Method Detail

replyRecipient

public Recipient replyRecipient()
Description copied from class: Message
Gets the recipient to whom replies to this message will be sent, if applicable.
Overrides:
replyRecipient in class Puff
Following copied from class: wtanaka.praya.obj.Message
Returns:
the recipient object for replies to this message. If there is no relevant recipient (e.g. this a logout message) returns null.