JML

net.sf.jml.protocol.outgoing
Class OutgoingOUT

java.lang.Object
  extended by net.sf.jml.protocol.MsnMessage
      extended by net.sf.jml.protocol.MsnOutgoingMessage
          extended by net.sf.jml.protocol.outgoing.OutgoingOUT

public class OutgoingOUT
extends MsnOutgoingMessage

Logout.

Supported Protocol: All

Syntax: OUT

Author:
Roger Chen

Field Summary
 
Fields inherited from class net.sf.jml.protocol.MsnMessage
protocol
 
Constructor Summary
OutgoingOUT(MsnProtocol protocol)
           
 
Method Summary
protected  boolean isSupportTransactionId()
          If support transaction id, then can set transaction id.
protected  void messageSent(MsnSession session)
          The message have been sent.
 
Methods inherited from class net.sf.jml.protocol.MsnOutgoingMessage
receivedResponse
 
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

OutgoingOUT

public OutgoingOUT(MsnProtocol protocol)
Method Detail

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

messageSent

protected void messageSent(MsnSession session)
Description copied from class: MsnOutgoingMessage
The message have been sent.

Overrides:
messageSent in class MsnOutgoingMessage
Parameters:
session - the MsnSession which sent this message

JML