|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectlij.runtime.Letter
public class Letter
Encapsulates the data described by an LCC message.
Field Summary | |
---|---|
private java.io.Serializable[] |
payload
|
private LetterPostData |
postData
|
Constructor Summary | |
---|---|
Letter(LetterPostData _postData,
java.io.Serializable[] _payload)
Constructor. |
Method Summary | |
---|---|
java.io.Serializable[] |
getPayload()
Accessor. |
LetterPostData |
getPostData()
Accessor. |
boolean |
matches(LetterPostData other)
Compares the LetterPostData object of this Letter with another for a match. |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
private LetterPostData postData
private java.io.Serializable[] payload
Constructor Detail |
---|
public Letter(LetterPostData _postData, java.io.Serializable[] _payload)
_postData
- The post data._payload
- The payload data in the message.Method Detail |
---|
public LetterPostData getPostData()
public java.io.Serializable[] getPayload()
public boolean matches(LetterPostData other)
other
- The LetterPostData object to compare against.
public java.lang.String toString()
toString
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |