net.sf.jml.protocol.incoming
Class IncomingBPR
java.lang.Object
net.sf.jml.protocol.MsnMessage
net.sf.jml.protocol.MsnIncomingMessage
net.sf.jml.protocol.incoming.IncomingBPR
public class IncomingBPR
- extends MsnIncomingMessage
Properties, This message have relation with the previous
IncomingADD/IncomingADC/IncomingLST, and can't get the
properties's owner by a stand alone IncomingBPR.
Supported Protocol: All
Syntax: BPR propType property
- Author:
- Roger Chen
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 |
IncomingBPR
public IncomingBPR(MsnProtocol protocol)
isSupportTransactionId
protected boolean isSupportTransactionId()
- Description copied from class:
MsnMessage
- If support transaction id, then can set transaction id.
- Overrides:
isSupportTransactionId
in class MsnMessage
- Returns:
- is support transaction id
getPropType
public MsnUserPropertyType getPropType()
getProperty
public String getProperty()
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