org.apache.qpid.qmf.schema
Class BrokerSchema.QMFInstrumentInfoCommand<T extends QMFObject>

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.QMFInstrumentInfoCommand<T>
Direct Known Subclasses:
BrokerSchema.QMFAgentInstrumentInfoCommand, BrokerSchema.QMFBindingInstrumentInfoCommand, BrokerSchema.QMFBridgeInstrumentInfoCommand, BrokerSchema.QMFBrokerInstrumentInfoCommand, BrokerSchema.QMFConnectionInstrumentInfoCommand, BrokerSchema.QMFExchangeInstrumentInfoCommand, BrokerSchema.QMFLinkInstrumentInfoCommand, BrokerSchema.QMFManagementSetupStateInstrumentInfoCommand, BrokerSchema.QMFQueueInstrumentInfoCommand, BrokerSchema.QMFSessionInstrumentInfoCommand, BrokerSchema.QMFSubscriptionInstrumentInfoCommand, BrokerSchema.QMFSystemInstrumentInfoCommand, BrokerSchema.QMFVhostInstrumentInfoCommand
Enclosing class:
BrokerSchema

protected abstract class BrokerSchema.QMFInstrumentInfoCommand<T extends QMFObject>
extends BrokerSchema.QMFInfoCommand<T>


Constructor Summary
protected BrokerSchema.QMFInstrumentInfoCommand(T object, long sampleTime)
           
 
Method Summary
 
Methods inherited from class org.apache.qpid.qmf.schema.BrokerSchema.QMFInfoCommand
encode, 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.QMFInstrumentInfoCommand

protected BrokerSchema.QMFInstrumentInfoCommand(T object,
                                                long sampleTime)


Licensed to the Apache Software Foundation