org.jboss.aop.advice
Class ScopedInterceptorFactory

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

public class ScopedInterceptorFactory
extends Object
implements InterceptorFactory

Comment

Version:
$Revision: 37406 $
Author:
Bill Burke

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

Constructor Detail

ScopedInterceptorFactory

public ScopedInterceptorFactory(AspectDefinition aspect)
Method Detail

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

equals

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


Copyright © 2004 JBoss Inc. All Rights Reserved.