org.apache.qpid.qmf
Class QMFMethodRequestCommand

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

public class QMFMethodRequestCommand
extends QMFCommand


Constructor Summary
QMFMethodRequestCommand(QMFCommandHeader header, org.apache.qpid.transport.codec.BBDecoder decoder, QMFService qmfService)
           
 
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

QMFMethodRequestCommand

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

process

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


Licensed to the Apache Software Foundation