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

Uses of MethodResult in org.apache.qpid.console
 

Methods in org.apache.qpid.console that return MethodResult
protected  MethodResult QMFObject.internalInvokeMethod(String name, List<Object> args, boolean synchronous, int timeToLive)
           
 MethodResult Session.invokeMethod(QMFObject obj, String name, List<Object> args, boolean synchronous, int timeToLive)
           
 MethodResult QMFObject.invokeMethod(String name, boolean synchronous, int timeToLive, Object... args)
           
 MethodResult QMFObject.invokeMethod(String name, boolean synchronous, Object... args)
           
 MethodResult QMFObject.invokeMethod(String name, int timeToLive, Object... args)
           
 MethodResult QMFObject.invokeMethod(String name, Object... args)
           
 

Methods in org.apache.qpid.console with parameters of type MethodResult
 void AbstractConsole.methodResponse(Broker broker, long seq, MethodResult response)
           
 void Console.methodResponse(Broker broker, long seq, MethodResult response)
           
 



Licensed to the Apache Software Foundation