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

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

Uses of PropertyBinding in org.apache.qpid.agent
 

Methods in org.apache.qpid.agent with parameters of type PropertyBinding
 Object ManagedObject.get(PropertyBinding property)
           
abstract  Object ManagedObjectBase.get(PropertyBinding property)
           
 Object ManagedPOJO.get(PropertyBinding property)
           
 Object ManagedEJB.get(PropertyBinding property)
           
 void ManagedObject.set(PropertyBinding property, Object value)
           
abstract  void ManagedObjectBase.set(PropertyBinding property, Object value)
           
 void ManagedPOJO.set(PropertyBinding property, Object value)
           
 void ManagedEJB.set(PropertyBinding property, Object value)
           
 

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

Fields in org.apache.qpid.agent.binding with type parameters of type PropertyBinding
protected  ArrayList<PropertyBinding> ClassBinding.properties
           
 

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

Methods in org.apache.qpid.agent.binding with parameters of type PropertyBinding
static Object BindingUtils.get(PropertyBinding property, Object managed)
           
static void BindingUtils.set(PropertyBinding property, Object value, Object managed)
           
 



Licensed to the Apache Software Foundation