net.sf.jml.protocol.incoming
Class IncomingRMG
java.lang.Object
net.sf.jml.protocol.MsnMessage
net.sf.jml.protocol.MsnIncomingMessage
net.sf.jml.protocol.incoming.IncomingRMG
public class IncomingRMG
- extends MsnIncomingMessage
The response message of OutgoingRMG, indicate delete the
group successfully.
Supported Protocol: All
MSNP8/MSNP9 Syntax: RMG trId versionNum groupId
MSNP10 Syntax: RMG trId groupId
- Author:
- Roger Chen
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 |
IncomingRMG
public IncomingRMG(MsnProtocol protocol)
getVersion
public int getVersion()
getGroupId
public String getGroupId()
messageReceived
protected void messageReceived(MsnSession session)
- Description copied from class:
MsnIncomingMessage
- The message have received.
- Overrides:
messageReceived
in class MsnIncomingMessage
- Parameters:
session
- the MsnSession which received the message