Uses of Class
org.apache.qpid.agent.binding.MethodBinding

Packages that use MethodBinding
org.apache.qpid.agent   
org.apache.qpid.agent.binding   
 

Uses of MethodBinding in org.apache.qpid.agent
 

Methods in org.apache.qpid.agent with parameters of type MethodBinding
 Object[] ManagedObject.invoke(MethodBinding method, Object... args)
           
abstract  Object[] ManagedObjectBase.invoke(MethodBinding method, Object... args)
           
 Object[] ManagedPOJO.invoke(MethodBinding method, Object... args)
           
 Object[] ManagedEJB.invoke(MethodBinding method, Object... args)
           
protected  void Agent.methodResponse(long seq, Destination dest, int status, String text, MethodBinding method, Object[] result)
           
 

Uses of MethodBinding in org.apache.qpid.agent.binding
 

Fields in org.apache.qpid.agent.binding with type parameters of type MethodBinding
protected  ArrayList<MethodBinding> ClassBinding.methods
           
protected  Map<String,MethodBinding> ClassBinding.methodsByName
           
 

Methods in org.apache.qpid.agent.binding that return MethodBinding
 MethodBinding ClassBinding.getMethod(String name)
           
 

Methods in org.apache.qpid.agent.binding that return types with arguments of type MethodBinding
 List<MethodBinding> ClassBinding.getMethods()
           
 

Methods in org.apache.qpid.agent.binding with parameters of type MethodBinding
static Object[] BindingUtils.invoke(MethodBinding method, Object managed, Object... args)
           
 



Licensed to the Apache Software Foundation