org.apache.qpid.qmf
Class QMFCommandHeader

java.lang.Object
  extended by org.apache.qpid.qmf.QMFCommandHeader

public class QMFCommandHeader
extends Object


Constructor Summary
QMFCommandHeader(byte version, int seq, QMFOperation operation)
           
 
Method Summary
 void encode(org.apache.qpid.transport.codec.BBEncoder encoder)
           
 QMFOperation getOperation()
           
 int getSeq()
           
 byte getVersion()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

QMFCommandHeader

public QMFCommandHeader(byte version,
                        int seq,
                        QMFOperation operation)
Method Detail

getVersion

public byte getVersion()

getSeq

public int getSeq()

getOperation

public QMFOperation getOperation()

encode

public void encode(org.apache.qpid.transport.codec.BBEncoder encoder)


Licensed to the Apache Software Foundation