org.jboss.aop
Interface Advised
- All Superinterfaces:
- InstanceAdvised
public interface Advised
- extends InstanceAdvised
Interface implemented by all classes or interfaces
that are AOP enabled (those are also known as advised classes/interfaces).
In other words, every class that is weaved by JBoss AOP automatically implements
this interface, which allows the class and instance advisor retrieval.
- Version:
- $Revision: 68585 $
- Author:
- Bill Burke
Method Summary |
Advisor |
_getAdvisor()
Returns the manager, also known as advisor, of the weaved class. |
_getAdvisor
Advisor _getAdvisor()
- Returns the manager, also known as advisor, of the weaved class.
- Returns:
- the advisor of the weaved class. Usually this just returns
a
ClassAdvisor
.
Copyright © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.