Uses of Class
org.apache.qpid.qmf.QMFCommand

Packages that use QMFCommand
org.apache.qpid.qmf   
org.apache.qpid.qmf.schema   
 

Uses of QMFCommand in org.apache.qpid.qmf
 

Subclasses of QMFCommand in org.apache.qpid.qmf
 class QMFBrokerRequestCommand
           
 class QMFBrokerResponseCommand
           
 class QMFClassIndicationCommand
           
 class QMFClassQueryCommand
           
 class QMFCommandCompletionCommand
           
 class QMFEventCommand<T extends QMFEventClass>
           
 class QMFGetQueryCommand
           
 class QMFMethodRequestCommand
           
 class QMFMethodResponseCommand
           
 class QMFPackageIndicationCommand
           
 class QMFPackageQueryCommand
           
 class QMFSchemaRequestCommand
           
 class QMFSchemaResponseCommand
           
 

Methods in org.apache.qpid.qmf that return QMFCommand
abstract  QMFCommand QMFObject.asConfigInfoCmd(long sampleTime)
           
abstract  QMFCommand QMFObject.asGetQueryResponseCmd(QMFGetQueryCommand queryCommand, long sampleTime)
           
abstract  QMFCommand QMFObject.asInstrumentInfoCmd(long sampleTime)
           
 QMFCommand QMFCommandDecoder.decode()
           
 

Constructors in org.apache.qpid.qmf with parameters of type QMFCommand
QMFCommandCompletionCommand(QMFCommand command)
           
QMFCommandCompletionCommand(QMFCommand command, CompletionCode status, String text)
           
QMFMessage(String routingKey, QMFCommand command)
           
QMFMessage(String routingKey, QMFCommand[] commands)
           
 

Uses of QMFCommand in org.apache.qpid.qmf.schema
 

Subclasses of QMFCommand in org.apache.qpid.qmf.schema
 class BrokerSchema.BridgeClass.CloseMethodResponseCommand
           
 class BrokerSchema.BrokerClass.ConnectMethodResponseCommand
           
 class BrokerSchema.BrokerClass.EchoMethodResponseCommand
           
 class BrokerSchema.BrokerClass.QueueMoveMessagesMethodResponseCommand
           
 class BrokerSchema.ConnectionClass.CloseMethodResponseCommand
           
 class BrokerSchema.LinkClass.BridgeMethodResponseCommand
           
 class BrokerSchema.LinkClass.CloseMethodResponseCommand
           
 class BrokerSchema.QMFAgentConfigInfoCommand
           
 class BrokerSchema.QMFAgentGetQueryResponseCommand
           
 class BrokerSchema.QMFAgentInstrumentInfoCommand
           
 class BrokerSchema.QMFBindingConfigInfoCommand
           
 class BrokerSchema.QMFBindingGetQueryResponseCommand
           
 class BrokerSchema.QMFBindingInstrumentInfoCommand
           
 class BrokerSchema.QMFBridgeConfigInfoCommand
           
 class BrokerSchema.QMFBridgeGetQueryResponseCommand
           
 class BrokerSchema.QMFBridgeInstrumentInfoCommand
           
 class BrokerSchema.QMFBrokerConfigInfoCommand
           
 class BrokerSchema.QMFBrokerGetQueryResponseCommand
           
 class BrokerSchema.QMFBrokerInstrumentInfoCommand
           
protected  class BrokerSchema.QMFConfigInfoCommand<T extends QMFObject>
           
 class BrokerSchema.QMFConnectionConfigInfoCommand
           
 class BrokerSchema.QMFConnectionGetQueryResponseCommand
           
 class BrokerSchema.QMFConnectionInstrumentInfoCommand
           
 class BrokerSchema.QMFExchangeConfigInfoCommand
           
 class BrokerSchema.QMFExchangeGetQueryResponseCommand
           
 class BrokerSchema.QMFExchangeInstrumentInfoCommand
           
protected  class BrokerSchema.QMFGetQueryResponseCommand<T extends QMFObject>
           
protected  class BrokerSchema.QMFInfoCommand<T extends QMFObject>
           
protected  class BrokerSchema.QMFInstrumentInfoCommand<T extends QMFObject>
           
 class BrokerSchema.QMFLinkConfigInfoCommand
           
 class BrokerSchema.QMFLinkGetQueryResponseCommand
           
 class BrokerSchema.QMFLinkInstrumentInfoCommand
           
 class BrokerSchema.QMFManagementSetupStateConfigInfoCommand
           
 class BrokerSchema.QMFManagementSetupStateGetQueryResponseCommand
           
 class BrokerSchema.QMFManagementSetupStateInstrumentInfoCommand
           
 class BrokerSchema.QMFQueueConfigInfoCommand
           
 class BrokerSchema.QMFQueueGetQueryResponseCommand
           
 class BrokerSchema.QMFQueueInstrumentInfoCommand
           
 class BrokerSchema.QMFSessionConfigInfoCommand
           
 class BrokerSchema.QMFSessionGetQueryResponseCommand
           
 class BrokerSchema.QMFSessionInstrumentInfoCommand
           
 class BrokerSchema.QMFSubscriptionConfigInfoCommand
           
 class BrokerSchema.QMFSubscriptionGetQueryResponseCommand
           
 class BrokerSchema.QMFSubscriptionInstrumentInfoCommand
           
 class BrokerSchema.QMFSystemConfigInfoCommand
           
 class BrokerSchema.QMFSystemGetQueryResponseCommand
           
 class BrokerSchema.QMFSystemInstrumentInfoCommand
           
 class BrokerSchema.QMFVhostConfigInfoCommand
           
 class BrokerSchema.QMFVhostGetQueryResponseCommand
           
 class BrokerSchema.QMFVhostInstrumentInfoCommand
           
 class BrokerSchema.QueueClass.PurgeMethodResponseCommand
           
 class BrokerSchema.QueueClass.RerouteMethodResponseCommand
           
 class BrokerSchema.SessionClass.CloseMethodResponseCommand
           
 class BrokerSchema.SessionClass.DetachMethodResponseCommand
           
 class BrokerSchema.SessionClass.ResetLifespanMethodResponseCommand
           
 class BrokerSchema.SessionClass.SolicitAckMethodResponseCommand
           
 

Methods in org.apache.qpid.qmf.schema that return QMFCommand
 QMFCommand BrokerSchema.SystemObject.asConfigInfoCmd(long sampleTime)
           
 QMFCommand BrokerSchema.BrokerObject.asConfigInfoCmd(long sampleTime)
           
 QMFCommand BrokerSchema.AgentObject.asConfigInfoCmd(long sampleTime)
           
 QMFCommand BrokerSchema.VhostObject.asConfigInfoCmd(long sampleTime)
           
 QMFCommand BrokerSchema.QueueObject.asConfigInfoCmd(long sampleTime)
           
 QMFCommand BrokerSchema.ExchangeObject.asConfigInfoCmd(long sampleTime)
           
 QMFCommand BrokerSchema.BindingObject.asConfigInfoCmd(long sampleTime)
           
 QMFCommand BrokerSchema.SubscriptionObject.asConfigInfoCmd(long sampleTime)
           
 QMFCommand BrokerSchema.ConnectionObject.asConfigInfoCmd(long sampleTime)
           
 QMFCommand BrokerSchema.LinkObject.asConfigInfoCmd(long sampleTime)
           
 QMFCommand BrokerSchema.BridgeObject.asConfigInfoCmd(long sampleTime)
           
 QMFCommand BrokerSchema.SessionObject.asConfigInfoCmd(long sampleTime)
           
 QMFCommand BrokerSchema.ManagementSetupStateObject.asConfigInfoCmd(long sampleTime)
           
 QMFCommand BrokerSchema.SystemObject.asGetQueryResponseCmd(QMFGetQueryCommand queryCommand, long sampleTime)
           
 QMFCommand BrokerSchema.BrokerObject.asGetQueryResponseCmd(QMFGetQueryCommand queryCommand, long sampleTime)
           
 QMFCommand BrokerSchema.AgentObject.asGetQueryResponseCmd(QMFGetQueryCommand queryCommand, long sampleTime)
           
 QMFCommand BrokerSchema.VhostObject.asGetQueryResponseCmd(QMFGetQueryCommand queryCommand, long sampleTime)
           
 QMFCommand BrokerSchema.QueueObject.asGetQueryResponseCmd(QMFGetQueryCommand queryCommand, long sampleTime)
           
 QMFCommand BrokerSchema.ExchangeObject.asGetQueryResponseCmd(QMFGetQueryCommand queryCommand, long sampleTime)
           
 QMFCommand BrokerSchema.BindingObject.asGetQueryResponseCmd(QMFGetQueryCommand queryCommand, long sampleTime)
           
 QMFCommand BrokerSchema.SubscriptionObject.asGetQueryResponseCmd(QMFGetQueryCommand queryCommand, long sampleTime)
           
 QMFCommand BrokerSchema.ConnectionObject.asGetQueryResponseCmd(QMFGetQueryCommand queryCommand, long sampleTime)
           
 QMFCommand BrokerSchema.LinkObject.asGetQueryResponseCmd(QMFGetQueryCommand queryCommand, long sampleTime)
           
 QMFCommand BrokerSchema.BridgeObject.asGetQueryResponseCmd(QMFGetQueryCommand queryCommand, long sampleTime)
           
 QMFCommand BrokerSchema.SessionObject.asGetQueryResponseCmd(QMFGetQueryCommand queryCommand, long sampleTime)
           
 QMFCommand BrokerSchema.ManagementSetupStateObject.asGetQueryResponseCmd(QMFGetQueryCommand queryCommand, long sampleTime)
           
 QMFCommand BrokerSchema.SystemObject.asInstrumentInfoCmd(long sampleTime)
           
 QMFCommand BrokerSchema.BrokerObject.asInstrumentInfoCmd(long sampleTime)
           
 QMFCommand BrokerSchema.AgentObject.asInstrumentInfoCmd(long sampleTime)
           
 QMFCommand BrokerSchema.VhostObject.asInstrumentInfoCmd(long sampleTime)
           
 QMFCommand BrokerSchema.QueueObject.asInstrumentInfoCmd(long sampleTime)
           
 QMFCommand BrokerSchema.ExchangeObject.asInstrumentInfoCmd(long sampleTime)
           
 QMFCommand BrokerSchema.BindingObject.asInstrumentInfoCmd(long sampleTime)
           
 QMFCommand BrokerSchema.SubscriptionObject.asInstrumentInfoCmd(long sampleTime)
           
 QMFCommand BrokerSchema.ConnectionObject.asInstrumentInfoCmd(long sampleTime)
           
 QMFCommand BrokerSchema.LinkObject.asInstrumentInfoCmd(long sampleTime)
           
 QMFCommand BrokerSchema.BridgeObject.asInstrumentInfoCmd(long sampleTime)
           
 QMFCommand BrokerSchema.SessionObject.asInstrumentInfoCmd(long sampleTime)
           
 QMFCommand BrokerSchema.ManagementSetupStateObject.asInstrumentInfoCmd(long sampleTime)
           
 

Constructors in org.apache.qpid.qmf.schema with parameters of type QMFCommand
BrokerSchema.QMFInfoCommand(QMFCommand trigger, QMFOperation op, T object, long sampleTime)
           
 



Licensed to the Apache Software Foundation