org.apache.qpid.qmf
Class QMFGetQueryCommand

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

public class QMFGetQueryCommand
extends QMFCommand


Constructor Summary
QMFGetQueryCommand(QMFCommandHeader header, org.apache.qpid.transport.codec.BBDecoder decoder)
           
 
Method Summary
 void process(VirtualHost virtualHost, ServerMessage message)
           
 
Methods inherited from class org.apache.qpid.qmf.QMFCommand
encode, getHeader
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

QMFGetQueryCommand

public QMFGetQueryCommand(QMFCommandHeader header,
                          org.apache.qpid.transport.codec.BBDecoder decoder)
Method Detail

process

public void process(VirtualHost virtualHost,
                    ServerMessage message)
Overrides:
process in class QMFCommand


Licensed to the Apache Software Foundation