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

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

Uses of QMFOperation in org.apache.qpid.qmf
 

Methods in org.apache.qpid.qmf that return QMFOperation
 QMFOperation QMFCommandHeader.getOperation()
           
static QMFOperation QMFOperation.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static QMFOperation[] QMFOperation.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in org.apache.qpid.qmf with parameters of type QMFOperation
QMFCommandHeader(byte version, int seq, QMFOperation operation)
           
 

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

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



Licensed to the Apache Software Foundation