JML

net.sf.jml.protocol.outgoing
Class OutgoingXFR

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

public class OutgoingXFR
extends MsnOutgoingMessage

request NS server to start a new switchboard.

Supported Protocol: All

Syntax: XFR trId SB

Author:
Roger Chen

Field Summary
 
Fields inherited from class net.sf.jml.protocol.MsnMessage
protocol
 
Constructor Summary
OutgoingXFR(MsnProtocol protocol)
           
 
Method Summary
 Object getAttachment()
           
 void setAttachment(Object attachment)
           
 
Methods inherited from class net.sf.jml.protocol.MsnOutgoingMessage
messageSent, receivedResponse
 
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

OutgoingXFR

public OutgoingXFR(MsnProtocol protocol)
Method Detail

getAttachment

public Object getAttachment()

setAttachment

public void setAttachment(Object attachment)

JML