org.jboss.aop.microcontainer.beans
Class ManagedAspectDefinition

java.lang.Object
  extended by org.jboss.aop.advice.AspectDefinition
      extended by org.jboss.aop.microcontainer.beans.ManagedAspectDefinition

public class ManagedAspectDefinition
extends org.jboss.aop.advice.AspectDefinition

Version:
$Revision: 76110 $
Author:
Kabir Khan

Field Summary
 
Fields inherited from class org.jboss.aop.advice.AspectDefinition
advisors, deployed, factory, name, scope
 
Constructor Summary
ManagedAspectDefinition()
           
ManagedAspectDefinition(String name, org.jboss.aop.advice.Scope scope, org.jboss.aop.advice.AspectFactory factory)
           
ManagedAspectDefinition(String name, org.jboss.aop.advice.Scope scope, org.jboss.aop.advice.AspectFactory factory, String dependentAdviceName, boolean deployed)
           
 
Method Summary
 String getDependentAspectName()
           
 void setDeployed(boolean deployed)
           
 
Methods inherited from class org.jboss.aop.advice.AspectDefinition
equals, getFactory, getName, getScope, hashCode, isDeployed, registerAdvisor, setFactory, setName, setScope, undeploy, unregisterAdvisor
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ManagedAspectDefinition

public ManagedAspectDefinition()

ManagedAspectDefinition

public ManagedAspectDefinition(String name,
                               org.jboss.aop.advice.Scope scope,
                               org.jboss.aop.advice.AspectFactory factory)

ManagedAspectDefinition

public ManagedAspectDefinition(String name,
                               org.jboss.aop.advice.Scope scope,
                               org.jboss.aop.advice.AspectFactory factory,
                               String dependentAdviceName,
                               boolean deployed)
Method Detail

setDeployed

public void setDeployed(boolean deployed)

getDependentAspectName

public String getDependentAspectName()


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