Uses of Class
org.jboss.aop.array.ArrayBinding

Packages that use ArrayBinding
org.jboss.aop   
org.jboss.aop.array   
 

Uses of ArrayBinding in org.jboss.aop
 

Fields in org.jboss.aop with type parameters of type ArrayBinding
protected  LinkedHashMap<String,ArrayBinding> AspectManager.arrayBindings
           
 

Methods in org.jboss.aop that return ArrayBinding
 ArrayBinding AspectManager.getArrayBinding(String name)
          Retrieve an introduction pointcut of a certain name
 

Methods in org.jboss.aop with parameters of type ArrayBinding
 void AspectManager.addArrayBinding(ArrayBinding binding)
          Register an introduction pointcut
 

Uses of ArrayBinding in org.jboss.aop.array
 

Methods in org.jboss.aop.array with parameters of type ArrayBinding
static void ArrayAdvisor.addBinding(ArrayBinding arrayBinding)
           
static void ArrayAdvisor.removeBinding(ArrayBinding arrayBinding)
           
 



Copyright © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.