net.sf.joyaop.impl
Class AspectRuntimeImpl
java.lang.Object
net.sf.joyaop.impl.AspectRuntimeImpl
- All Implemented Interfaces:
- AspectRuntime, ObjectFactory
public class AspectRuntimeImpl
- extends java.lang.Object
- implements AspectRuntime
- Author:
- Shen Li
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AspectRuntimeImpl
public AspectRuntimeImpl()
AspectRuntimeImpl
public AspectRuntimeImpl(Configuration configuration)
AspectRuntimeImpl
public AspectRuntimeImpl(Configuration configuration,
AspectFactory aspectFactory)
newInstance
public java.lang.Object newInstance(java.lang.Class clazz)
- Specified by:
newInstance
in interface ObjectFactory
newInstance
public java.lang.Object newInstance(java.lang.String className)
- Specified by:
newInstance
in interface ObjectFactory
newInstance
public java.lang.Object newInstance(java.lang.String className,
java.lang.Class[] argTypes,
java.lang.Object[] args)
- Specified by:
newInstance
in interface ObjectFactory
newInstance
public java.lang.Object newInstance(java.lang.Class clazz,
java.lang.Class[] argTypes,
java.lang.Object[] args)
- Specified by:
newInstance
in interface ObjectFactory
addInterceptor
public void addInterceptor(InterceptorAspect interceptorAspect)
- Specified by:
addInterceptor
in interface AspectRuntime
addMixin
public void addMixin(MixinAspect mixinAspect)
- Specified by:
addMixin
in interface AspectRuntime
addInterface
public void addInterface(InterfaceAspect interfaceAspect)
- Specified by:
addInterface
in interface AspectRuntime
setAspectFactory
public void setAspectFactory(AspectFactory aspectFactory)
- Specified by:
setAspectFactory
in interface AspectRuntime
getAspectFactory
public AspectFactory getAspectFactory()
- Specified by:
getAspectFactory
in interface AspectRuntime
Copyright © 2004 Shen Li. All Rights Reserved.