org.jboss.aop.proxy.container
Class ContainerProxyMethodInvocation
java.lang.Object
org.jboss.aop.joinpoint.InvocationBase
org.jboss.aop.joinpoint.MethodInvocation
org.jboss.aop.proxy.container.ContainerProxyMethodInvocation
- All Implemented Interfaces:
- Externalizable, Serializable, Invocation
public class ContainerProxyMethodInvocation
- extends MethodInvocation
MethodInvocation allowing storage of the generated proxy
- Version:
- $Revision: 44253 $
- Author:
- Kabir Khan
- See Also:
- Serialized Form
Methods inherited from class org.jboss.aop.joinpoint.MethodInvocation |
copy, getActualMethod, getAdvisor, getMetaData, getMethod, getMethodHash, getWrapper, handleErrors, invokeNext, readExternal, resolveAnnotation, resolveAnnotation, setArguments, toString, writeExternal |
Methods inherited from class org.jboss.aop.joinpoint.InvocationBase |
addResponseAttachment, getCurrentInterceptor, getInstanceResolver, getInterceptors, getMetaData, getResponseAttachment, getResponseContextInfo, getTargetObject, invokeNext, resolveClassAnnotation, resolveClassMetaData, setAdvisor, setInstanceResolver, setMetaData, setResponseContextInfo, setTargetObject |
ContainerProxyMethodInvocation
public ContainerProxyMethodInvocation(MethodInfo info,
Interceptor[] interceptors,
AspectManaged proxy)
getProxy
public AspectManaged getProxy()
getArguments
public Object[] getArguments()
- Overrides:
getArguments
in class MethodInvocation
Copyright © 2004 JBoss Inc. All Rights Reserved.