org.jboss.aop.advice
Class BeforeFactory

java.lang.Object
  extended by org.jboss.aop.advice.AdviceFactory
      extended by org.jboss.aop.advice.BeforeFactory
All Implemented Interfaces:
GeneratedOnly, InterceptorFactory

public class BeforeFactory
extends AdviceFactory
implements GeneratedOnly

Version:
$Revision: 39000 $
Author:
Kabir Khan

Constructor Summary
BeforeFactory(AspectDefinition aspect, String adviceName)
           
 
Method Summary
 
Methods inherited from class org.jboss.aop.advice.AdviceFactory
create, equals, getAdvice, getAspect, getName, isDeployed
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BeforeFactory

public BeforeFactory(AspectDefinition aspect,
                     String adviceName)


Copyright © 2004 JBoss Inc. All Rights Reserved.