org.jboss.aop.advice
Class AspectFactoryDelegator
java.lang.Object
org.jboss.aop.advice.AspectFactoryDelegator
- All Implemented Interfaces:
- AspectFactory
- public class AspectFactoryDelegator
- extends Object
- implements AspectFactory
Lazy loading of AspectFactory
- Version:
- $Revision: 1.1 $
- Author:
- Bill Burke
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AspectFactoryDelegator
public AspectFactoryDelegator(String factory,
Element element)
getName
public String getName()
- Specified by:
getName
in interface AspectFactory
getElement
public Element getElement()
setElement
public void setElement(Element element)
getFactory
public AspectFactory getFactory()
createPerVM
public Object createPerVM()
- Specified by:
createPerVM
in interface AspectFactory
createPerClass
public Object createPerClass(Advisor advisor)
- Specified by:
createPerClass
in interface AspectFactory
createPerInstance
public Object createPerInstance(Advisor advisor,
InstanceAdvisor instanceAdvisor)
- Specified by:
createPerInstance
in interface AspectFactory
createPerJoinpoint
public Object createPerJoinpoint(Advisor advisor,
Joinpoint jp)
- Specified by:
createPerJoinpoint
in interface AspectFactory
createPerJoinpoint
public Object createPerJoinpoint(Advisor advisor,
InstanceAdvisor instanceAdvisor,
Joinpoint jp)
- Specified by:
createPerJoinpoint
in interface AspectFactory
Copyright © 2002 JBoss Group, LLC. All Rights Reserved.