org.apache.qpid.qmf
Class QMFMethodResponseCommand

java.lang.Object
  extended by org.apache.qpid.qmf.QMFCommand
      extended by org.apache.qpid.qmf.QMFMethodResponseCommand
Direct Known Subclasses:
BrokerSchema.BridgeClass.CloseMethodResponseCommand, BrokerSchema.BrokerClass.ConnectMethodResponseCommand, BrokerSchema.BrokerClass.EchoMethodResponseCommand, BrokerSchema.BrokerClass.QueueMoveMessagesMethodResponseCommand, BrokerSchema.ConnectionClass.CloseMethodResponseCommand, BrokerSchema.LinkClass.BridgeMethodResponseCommand, BrokerSchema.LinkClass.CloseMethodResponseCommand, BrokerSchema.QueueClass.PurgeMethodResponseCommand, BrokerSchema.QueueClass.RerouteMethodResponseCommand, BrokerSchema.SessionClass.CloseMethodResponseCommand, BrokerSchema.SessionClass.DetachMethodResponseCommand, BrokerSchema.SessionClass.ResetLifespanMethodResponseCommand, BrokerSchema.SessionClass.SolicitAckMethodResponseCommand

public class QMFMethodResponseCommand
extends QMFCommand


Constructor Summary
QMFMethodResponseCommand(QMFMethodRequestCommand cmd, CompletionCode status, String msg)
           
 
Method Summary
 void encode(org.apache.qpid.transport.codec.BBEncoder encoder)
           
 CompletionCode getStatus()
           
 String getStatusText()
           
 
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

QMFMethodResponseCommand

public QMFMethodResponseCommand(QMFMethodRequestCommand cmd,
                                CompletionCode status,
                                String msg)
Method Detail

getStatus

public CompletionCode getStatus()

getStatusText

public String getStatusText()

encode

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


Licensed to the Apache Software Foundation