org.jboss.aop.advice
Interface InterceptorFactory
- All Known Implementing Classes:
- AdviceFactory, GenericInterceptorFactory, ScopedInterceptorFactory
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 © 2002 JBoss Group, LLC. All Rights Reserved.