|
JML | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sf.jml.protocol.MsnMessage
net.sf.jml.protocol.MsnIncomingMessage
net.sf.jml.protocol.incoming.IncomingNLN
public class IncomingNLN
The notice message that friends change their status.
Supported Protocol: All
MSNP8 Syntax: NLN userStatus email displayName clientId
MSNP9/MSNP10 Syntax: NLN userStatus email displayName clientId msnObject
Field Summary |
---|
Fields inherited from class net.sf.jml.protocol.MsnMessage |
---|
protocol |
Constructor Summary | |
---|---|
IncomingNLN(MsnProtocol protocol)
Create a new instance for this message. |
Method Summary | |
---|---|
int |
getClientId()
Retrieves the contact id. |
String |
getDisplayName()
Retrieves the contact display name. |
Email |
getEmail()
Retrieves the contact e-mail. |
MsnObject |
getMsnObject()
Retrieves the MsnObject (avatar) for the contact. |
MsnUserStatus |
getUserStatus()
Retrieve the contact status. |
protected boolean |
isSupportTransactionId()
If support transaction id, then can set transaction id. |
protected void |
messageReceived(MsnSession session)
The message have received. |
Methods inherited from class net.sf.jml.protocol.MsnIncomingMessage |
---|
getOutgoingMessage |
Methods inherited from class net.sf.jml.protocol.MsnMessage |
---|
addParam, asString, clearParams, getChunkData, getCommand, getParam, getParamCount, getProtocol, getTransactionId, isSupportChunkData, load, save, setChunkData, setChunkData, setCommand, setParam, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public IncomingNLN(MsnProtocol protocol)
protocol
- Instance of the protocol used for the message.Method Detail |
---|
protected boolean isSupportTransactionId()
MsnMessage
isSupportTransactionId
in class MsnMessage
public MsnUserStatus getUserStatus()
public Email getEmail()
public String getDisplayName()
public int getClientId()
public MsnObject getMsnObject()
protected void messageReceived(MsnSession session)
MsnIncomingMessage
messageReceived
in class MsnIncomingMessage
session
- the MsnSession which received the message
|
JML | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |