org.apache.qpid.qmf
Class QMFBrokerResponseCommand

java.lang.Object
  extended by org.apache.qpid.qmf.QMFCommand
      extended by org.apache.qpid.qmf.QMFBrokerResponseCommand

public class QMFBrokerResponseCommand
extends QMFCommand


Constructor Summary
QMFBrokerResponseCommand(QMFBrokerRequestCommand qmfBrokerRequestCommand, VirtualHost virtualHost)
           
 
Method Summary
 void encode(org.apache.qpid.transport.codec.BBEncoder encoder)
           
 
Methods inherited from class org.apache.qpid.qmf.QMFCommand
getHeader, process
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

QMFBrokerResponseCommand

public QMFBrokerResponseCommand(QMFBrokerRequestCommand qmfBrokerRequestCommand,
                                VirtualHost virtualHost)
Method Detail

encode

public void encode(org.apache.qpid.transport.codec.BBEncoder encoder)
Overrides:
encode in class QMFCommand


Licensed to the Apache Software Foundation