org.jboss.aop.advice
Interface InterceptorFactory
- All Known Implementing Classes:
- AdviceFactory, AfterFactory, BeforeFactory, GeneratedInstanceAdvisorMixin.InstanceInterceptorFactory, GenericInterceptorFactory, ScopedInterceptorFactory, ThrowingFactory
public interface InterceptorFactory
This SHOULD NOT be inherited by application code!!!!
This interface is used solely by JBoss AOP internally
getAspect
AspectDefinition getAspect()
getAdvice
String getAdvice()
create
Interceptor create(Advisor advisor,
Joinpoint joinpoint)
isDeployed
boolean isDeployed()
getName
String getName()
Copyright © 2004 JBoss Inc. All Rights Reserved.