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
public AspectDefinition getAspect()
getAdvice
public String getAdvice()
create
public Interceptor create(Advisor advisor,
Joinpoint joinpoint)
isDeployed
public boolean isDeployed()
getName
public String getName()
Copyright © 2002 JBoss Group, LLC. All Rights Reserved.