org.jboss.aop.advice
Class GenericInterceptorFactory

java.lang.Object
  extended by org.jboss.aop.advice.GenericInterceptorFactory
All Implemented Interfaces:
InterceptorFactory

public class GenericInterceptorFactory
extends Object
implements InterceptorFactory


Constructor Summary
GenericInterceptorFactory(Class clazz)
           
GenericInterceptorFactory(String classname, Element element)
           
 
Method Summary
 Interceptor create(Advisor advisor, Joinpoint joinpoint)
           
 boolean equals(Object obj)
           
 String getAdvice()
           
 AspectDefinition getAspect()
           
 String getClassName()
           
 String getName()
           
 boolean isDeployed()
           
 void undeploy()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GenericInterceptorFactory

public GenericInterceptorFactory(String classname,
                                 Element element)

GenericInterceptorFactory

public GenericInterceptorFactory(Class clazz)
Method Detail

getName

public String getName()
Specified by:
getName in interface InterceptorFactory

getAspect

public AspectDefinition getAspect()
Specified by:
getAspect in interface InterceptorFactory

getAdvice

public String getAdvice()
Specified by:
getAdvice in interface InterceptorFactory

undeploy

public void undeploy()

isDeployed

public boolean isDeployed()
Specified by:
isDeployed in interface InterceptorFactory

getClassName

public String getClassName()

create

public Interceptor create(Advisor advisor,
                          Joinpoint joinpoint)
Specified by:
create in interface InterceptorFactory

equals

public boolean equals(Object obj)
Overrides:
equals in class Object


Copyright © 2004 JBoss Inc. All Rights Reserved.