org.apache.qpid.qmf.schema
Class BrokerSchema.QMFSubscriptionGetQueryResponseCommand

java.lang.Object
  extended by org.apache.qpid.qmf.QMFCommand
      extended by org.apache.qpid.qmf.schema.BrokerSchema.QMFInfoCommand<T>
          extended by org.apache.qpid.qmf.schema.BrokerSchema.QMFGetQueryResponseCommand<BrokerSchema.SubscriptionObject>
              extended by org.apache.qpid.qmf.schema.BrokerSchema.QMFSubscriptionGetQueryResponseCommand
Enclosing class:
BrokerSchema

public final class BrokerSchema.QMFSubscriptionGetQueryResponseCommand
extends BrokerSchema.QMFGetQueryResponseCommand<BrokerSchema.SubscriptionObject>


Constructor Summary
protected BrokerSchema.QMFSubscriptionGetQueryResponseCommand(BrokerSchema.SubscriptionObject object, QMFGetQueryCommand cmd, long sampleTime)
           
 
Method Summary
 void encode(org.apache.qpid.transport.codec.BBEncoder encoder)
           
 
Methods inherited from class org.apache.qpid.qmf.schema.BrokerSchema.QMFInfoCommand
getObject
 
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

BrokerSchema.QMFSubscriptionGetQueryResponseCommand

protected BrokerSchema.QMFSubscriptionGetQueryResponseCommand(BrokerSchema.SubscriptionObject object,
                                                              QMFGetQueryCommand cmd,
                                                              long sampleTime)
Method Detail

encode

public void encode(org.apache.qpid.transport.codec.BBEncoder encoder)
Overrides:
encode in class BrokerSchema.QMFInfoCommand<BrokerSchema.SubscriptionObject>


Licensed to the Apache Software Foundation