|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.jboss.aop.pointcut.PointcutInfo
Contains information about a pointcut.
| Constructor Summary | |
PointcutInfo(Pointcut pointcut,
AdviceBinding binding,
boolean dynamicAop)
This constructor must be called only when a pointcut is declared inside a binding. |
|
PointcutInfo(Pointcut pointcut,
boolean dynamicAop)
Constructor that must be called only when a pointcut is declared outside a binding. |
|
| Method Summary | |
AdviceBinding |
getBinding()
Returns the AdviceBinding associated with the
pointcut. |
Pointcut |
getPointcut()
Returns the pointcut associated with this information. |
boolean |
isDynamicAop()
Indicates if this pointcut was added to the system through a dynamic aop operation. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public PointcutInfo(Pointcut pointcut,
AdviceBinding binding,
boolean dynamicAop)
pointcut - the pointcut.binding - the binding associated with pointcut.dynamicAop - if true, indicates that binding
was added during a dynamic aop operation (i.e., in runtime).
public PointcutInfo(Pointcut pointcut,
boolean dynamicAop)
pointcut - the pointcut.dynamicAop - if true, indicates that binding
was added during a dynamic aop operation (i.e., in runtime).| Method Detail |
public Pointcut getPointcut()
public AdviceBinding getBinding()
AdviceBinding associated with the
pointcut.
org.jboss.aop.advice.AdviceBinding.
May be null if this pointcut isn't associated with a binding.public boolean isDynamicAop()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||