|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AspectDefinition | |
---|---|
org.jboss.aop | |
org.jboss.aop.advice |
Uses of AspectDefinition in org.jboss.aop |
---|
Methods in org.jboss.aop that return AspectDefinition | |
---|---|
AspectDefinition |
AspectXmlLoader.deployAspect(Element element,
String type)
|
AspectDefinition |
AspectManager.getAspectDefinition(String name)
|
AspectDefinition |
Domain.getAspectDefinition(String name)
|
Uses of AspectDefinition in org.jboss.aop.advice |
---|
Methods in org.jboss.aop.advice that return AspectDefinition | |
---|---|
AspectDefinition |
ScopedInterceptorFactory.getAspect()
|
AspectDefinition |
AdviceFactory.getAspect()
|
AspectDefinition |
InterceptorFactory.getAspect()
|
AspectDefinition |
GenericInterceptorFactory.getAspect()
|
Methods in org.jboss.aop.advice with parameters of type AspectDefinition | |
---|---|
static Interceptor |
PerJoinpointInterceptor.createInterceptor(Advisor advisor,
Joinpoint joinpoint,
AspectDefinition def)
|
static Interceptor |
PerJoinpointAdvice.createInterceptor(Advisor advisor,
Joinpoint joinpoint,
AspectDefinition def,
String adviceName)
|
static Interceptor |
PerClassAdvice.generate(Joinpoint joinpoint,
Advisor advisor,
String adviceName,
AspectDefinition def)
|
static Interceptor |
PerVmAdvice.generateOptimized(Joinpoint joinpoint,
AspectManager manager,
String adviceName,
AspectDefinition a)
|
Constructors in org.jboss.aop.advice with parameters of type AspectDefinition | |
---|---|
AdviceFactory(AspectDefinition aspect,
String adviceName)
|
|
PerInstanceAdvice(String adviceName,
AspectDefinition a,
Advisor advisor)
|
|
PerInstanceInterceptor(AspectDefinition a,
Advisor advisor)
|
|
PerJoinpointAdvice(String adviceName,
AspectDefinition a,
Advisor advisor,
Joinpoint joinpoint)
|
|
PerJoinpointInterceptor(AspectDefinition a,
Advisor advisor,
Joinpoint joinpoint)
|
|
ScopedInterceptorFactory(AspectDefinition aspect)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |