|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jboss.aop.GeneratedInstanceAdvisorMixin.InstanceInterceptorFactory
public class GeneratedInstanceAdvisorMixin.InstanceInterceptorFactory
| Method Summary | |
|---|---|
Interceptor |
create(Advisor advisor,
Joinpoint joinpoint)
Creates an interceptor that represents this advice and that delegates execution to this advice. |
String |
getAdvice()
Returns the advice method name. |
AspectDefinition |
getAspect()
Returns the aspect definition, a record of the class that contains the interceptor method. |
String |
getClassName()
|
String |
getName()
Returns the name that identifies this interceptor/advice. |
AdviceType |
getType()
Returns the type of this advice. |
boolean |
isDeployed()
Indicates whether this interceptor/advice is deployed. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public Interceptor create(Advisor advisor,
Joinpoint joinpoint)
InterceptorFactory
create in interface InterceptorFactoryadvisor - advisor, indicates an instance or class where the interception
will occurjoinpoint - the joinpoint that will be intercepted
public String getClassName()
public String getAdvice()
InterceptorFactory
getAdvice in interface InterceptorFactorypublic AspectDefinition getAspect()
InterceptorFactory
getAspect in interface InterceptorFactorypublic String getName()
InterceptorFactory
getName in interface InterceptorFactorypublic boolean isDeployed()
InterceptorFactory
isDeployed in interface InterceptorFactorypublic AdviceType getType()
InterceptorFactory
getType in interface InterceptorFactory
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||