org.jboss.aop.advice
Class BeforeFactory

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

public class BeforeFactory
extends AdviceFactory
implements GeneratedOnly

Version:
$Revision: 1.1 $
Author:
Kabir Khan

Constructor Summary
BeforeFactory(AspectDefinition aspect, String adviceName)
           
 
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.