org.neo.swarm.core.aop.silc.comp
Interface Invocation

All Superinterfaces:
org.aopalliance.intercept.Invocation, org.aopalliance.intercept.Joinpoint, org.aopalliance.intercept.MethodInvocation, java.io.Serializable
All Known Implementing Classes:
AspectInvocation, StubInvocation

public interface Invocation
extends java.io.Serializable, org.aopalliance.intercept.MethodInvocation

Author:
damiang, navery

Method Summary
 java.lang.Object getKey()
           
 void setArguments(java.lang.Object[] args)
           
 void setMethod(java.lang.reflect.Method method)
           
 
Methods inherited from interface org.aopalliance.intercept.MethodInvocation
getMethod
 
Methods inherited from interface org.aopalliance.intercept.Invocation
getArguments
 
Methods inherited from interface org.aopalliance.intercept.Joinpoint
getStaticPart, getThis, proceed
 

Method Detail

setArguments

public void setArguments(java.lang.Object[] args)

getKey

public java.lang.Object getKey()

setMethod

public void setMethod(java.lang.reflect.Method method)


Copyright © 2001-2004 SWARM-ONE -First Generation (S)calable(W)ide(AR)ea(M)esh. All Rights Reserved.