org.apache.qpid.qmf
Class QMFCommand

java.lang.Object
  extended by org.apache.qpid.qmf.QMFCommand
Direct Known Subclasses:
BrokerSchema.QMFInfoCommand, QMFBrokerRequestCommand, QMFBrokerResponseCommand, QMFClassIndicationCommand, QMFClassQueryCommand, QMFCommandCompletionCommand, QMFEventCommand, QMFGetQueryCommand, QMFMethodRequestCommand, QMFMethodResponseCommand, QMFPackageIndicationCommand, QMFPackageQueryCommand, QMFSchemaRequestCommand, QMFSchemaResponseCommand

public abstract class QMFCommand
extends Object


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

Constructor Detail

QMFCommand

protected QMFCommand(QMFCommandHeader header)
Method Detail

process

public void process(VirtualHost virtualHost,
                    ServerMessage message)

encode

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

getHeader

public QMFCommandHeader getHeader()


Licensed to the Apache Software Foundation