org.apache.qpid.qmf
Class QMFSchemaRequestCommand

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

public class QMFSchemaRequestCommand
extends QMFCommand


Constructor Summary
QMFSchemaRequestCommand(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

QMFSchemaRequestCommand

public QMFSchemaRequestCommand(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