org.jboss.aop.advice
Class AdviceFactory
java.lang.Object
org.jboss.aop.advice.AdviceFactory
- All Implemented Interfaces:
- InterceptorFactory
public class AdviceFactory
- extends Object
- implements InterceptorFactory
Comment
- Version:
- $Revision: 1.9 $
- Author:
- Bill Burke
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AdviceFactory
public AdviceFactory(AspectDefinition aspect,
String adviceName)
getAspect
public AspectDefinition getAspect()
- Specified by:
getAspect
in interface InterceptorFactory
getAdvice
public String getAdvice()
- Specified by:
getAdvice
in interface InterceptorFactory
isDeployed
public boolean isDeployed()
- Specified by:
isDeployed
in interface InterceptorFactory
create
public Interceptor create(Advisor advisor,
Joinpoint joinpoint)
- Specified by:
create
in interface InterceptorFactory
getName
public String getName()
- Specified by:
getName
in interface InterceptorFactory
Copyright © 2002 JBoss Group, LLC. All Rights Reserved.