|
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.IncomingILN
public class IncomingILN
When user have set the init status, received online user info.
Supported Protocol: All
MSNP8 Syntax: ILN trId userStatus email displayName clientId
MSNP9/MSNP10 Syntax: ILN trId userStatus email displayName clientId msnObject as of recent update, msnObject is 0 when there is no msnObject, as opposed to not there.
Field Summary |
---|
Fields inherited from class net.sf.jml.protocol.MsnMessage |
---|
protocol |
Constructor Summary | |
---|---|
IncomingILN(MsnProtocol protocol)
Create a new instance of this incoming 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 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, isSupportTransactionId, 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 IncomingILN(MsnProtocol protocol)
protocol
- Instance of the protocol used for the message.Method Detail |
---|
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 |