Uses of Class
org.apache.qpid.console.QMFObject

Uses of QMFObject in org.apache.qpid.console
 

Fields in org.apache.qpid.console with type parameters of type QMFObject
protected  ArrayList<QMFObject> Session.getResult
           
 

Methods in org.apache.qpid.console that return QMFObject
protected  QMFObject Session.createQMFObject(SchemaClass schema, boolean hasProperties, boolean hasStats, boolean isManaged)
           
protected  QMFObject Session.createQMFObject(SchemaClass schema, org.apache.qpid.transport.codec.Decoder dec, boolean hasProperties, boolean hasStats, boolean isManaged)
           
 QMFObject Session.makeObject(ClassKey key)
           
 QMFObject Session.makeObject(String keyString)
           
 

Methods in org.apache.qpid.console that return types with arguments of type QMFObject
 ArrayList<QMFObject> Session.getObjects(HashMap<String,Object> args)
           
 

Methods in org.apache.qpid.console with parameters of type QMFObject
 MethodResult Session.invokeMethod(QMFObject obj, String name, List<Object> args, boolean synchronous, int timeToLive)
           
 void AbstractConsole.objectProperties(Broker broker, QMFObject obj)
           
 void Console.objectProperties(Broker broker, QMFObject obj)
           
 void AbstractConsole.objectStatistics(Broker broker, QMFObject obj)
           
 void Console.objectStatistics(Broker broker, QMFObject obj)
           
 boolean Session.selectMatch(QMFObject obj)
           
protected  long Session.sendMethodRequest(QMFObject obj, Broker aBroker, String name, List<Object> args, boolean synchronous, int timeToLive)
           
 void Broker.updateAgent(QMFObject obj)
           
 

Constructors in org.apache.qpid.console with parameters of type QMFObject
QMFObject(QMFObject source)
           
 



Licensed to the Apache Software Foundation