org.jboss.aop
Class GeneratedInstanceAdvisorMixin.InstanceInterceptorFactory

java.lang.Object
  extended by org.jboss.aop.GeneratedInstanceAdvisorMixin.InstanceInterceptorFactory
All Implemented Interfaces:
InterceptorFactory
Enclosing class:
GeneratedInstanceAdvisorMixin

public class GeneratedInstanceAdvisorMixin.InstanceInterceptorFactory
extends Object
implements InterceptorFactory


Method Summary
 Interceptor create(Advisor advisor, Joinpoint joinpoint)
           
 String getAdvice()
           
 AspectDefinition getAspect()
           
 String getClassName()
           
 String getName()
           
 boolean isDeployed()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

create

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

getClassName

public String getClassName()

getAdvice

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

getAspect

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

getName

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

isDeployed

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


Copyright © 2004 JBoss Inc. All Rights Reserved.