Uses of Class
org.jboss.aop.asintegration.core.AspectManagerServiceDelegate

Packages that use AspectManagerServiceDelegate
org.jboss.aop.asintegration.core   
org.jboss.aop.deployers   
org.jboss.aop.deployment   
 

Uses of AspectManagerServiceDelegate in org.jboss.aop.asintegration.core
 

Subclasses of AspectManagerServiceDelegate in org.jboss.aop.asintegration.core
 class AspectManagerServiceDelegateJDK5
           
 class AspectManagerServiceDelegateJRockit
           
 

Uses of AspectManagerServiceDelegate in org.jboss.aop.deployers
 

Methods in org.jboss.aop.deployers that return AspectManagerServiceDelegate
protected abstract  AspectManagerServiceDelegate AbstractAspectManager.createDelegate()
           
protected  AspectManagerServiceDelegate AspectManagerJRockit.createDelegate()
           
protected  AspectManagerServiceDelegate AspectManagerJDK5.createDelegate()
           
 AspectManagerServiceDelegate AbstractAspectManager.getDelegate()
           
 

Methods in org.jboss.aop.deployers with parameters of type AspectManagerServiceDelegate
 void AspectManagerJMXRegistrar.setAspectManager(AspectManagerServiceDelegate aspectManager)
           
 

Uses of AspectManagerServiceDelegate in org.jboss.aop.deployment
 

Methods in org.jboss.aop.deployment that return AspectManagerServiceDelegate
protected  AspectManagerServiceDelegate AbstractAspectManagerService.createDelegate()
           
protected  AspectManagerServiceDelegate AspectManagerService.createDelegate()
           
protected  AspectManagerServiceDelegate AspectManagerServiceJDK5.createDelegate()
           
 

Constructors in org.jboss.aop.deployment with parameters of type AspectManagerServiceDelegate
AbstractAspectManagerService(AspectManagerServiceDelegate delegate)
          This constructor should only get called when used in JBoss 5 by JBossAspectLibrary.
 



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