net.sf.joyaop.impl
Interface RuntimeInstance
- All Superinterfaces:
- java.io.Serializable
- All Known Implementing Classes:
- AbstractGenericInterceptorAspectImpl.AbstractGenericInterceptorAspectInstance, AopAllianceMethodInterceptorAspectImpl.AopAllianceMethodInterceptorAspectInstance, DecoratorAspectImpl.DecoratorAspectInstance, GenericInterceptorAspectImpl.GenericInterceptorAspectInstance, MixinAspectImpl.MixinAspectInstance, OriginalClassInstance, RuntimeAspectInstance
public interface RuntimeInstance
- extends java.io.Serializable
- Author:
- Shen Li
getParameter
java.lang.Object getParameter(java.lang.String name)
invoke
java.lang.Object invoke(InvocationImpl invocation)
throws java.lang.Throwable
- Throws:
java.lang.Throwable
allowRecursiveInvocation
boolean allowRecursiveInvocation()
Copyright © 2004 Shen Li. All Rights Reserved.