|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.aop.advice.ScopedInterceptorFactory
public class ScopedInterceptorFactory
Comment
Constructor Summary | |
---|---|
ScopedInterceptorFactory(AspectDefinition aspect)
|
Method Summary | |
---|---|
Interceptor |
create(Advisor advisor,
Joinpoint joinpoint)
Creates an interceptor that represents this advice and that delegates execution to this advice. |
boolean |
equals(Object obj)
|
String |
getAdvice()
Returns the advice method name. |
AspectDefinition |
getAspect()
Returns the aspect definition, a record of the class that contains the interceptor method. |
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, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ScopedInterceptorFactory(AspectDefinition aspect)
Method Detail |
---|
public AspectDefinition getAspect()
InterceptorFactory
getAspect
in interface InterceptorFactory
public String getAdvice()
InterceptorFactory
getAdvice
in interface InterceptorFactory
public AdviceType getType()
InterceptorFactory
getType
in interface InterceptorFactory
public boolean isDeployed()
InterceptorFactory
isDeployed
in interface InterceptorFactory
public Interceptor create(Advisor advisor, Joinpoint joinpoint)
InterceptorFactory
create
in interface InterceptorFactory
advisor
- advisor, indicates an instance or class where the interception
will occurjoinpoint
- the joinpoint that will be intercepted
public String getName()
InterceptorFactory
getName
in interface InterceptorFactory
public boolean equals(Object obj)
equals
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |