Uses of Class
org.jboss.aop.deployers.AbstractAspectManager

Packages that use AbstractAspectManager
org.jboss.aop.deployers   
 

Uses of AbstractAspectManager in org.jboss.aop.deployers
 

Subclasses of AbstractAspectManager in org.jboss.aop.deployers
 class AspectManagerJDK5
          AspectManager service to be used with JDK 5 and the -javaagent:pluggable-instrumentor.jar switch
 class AspectManagerJRockit
          AspectManager service to be used with JRockit and the -Xmanagement:class=org.jboss.aop.hook.JRockitPluggableClassPreProcessor switch (It will also work with the JDK1.4 -Xbootclasspath/p: option)
 

Methods in org.jboss.aop.deployers that return AbstractAspectManager
 AbstractAspectManager JBossAspectLibrary.getAspectManager()
           
 

Methods in org.jboss.aop.deployers with parameters of type AbstractAspectManager
 void JBossAspectLibrary.setAspectManager(AbstractAspectManager aspectManagerBean)
           
 



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