org.jboss.joinpoint.spi
Interface MethodJoinpoint

All Superinterfaces:
Cloneable, Joinpoint, TargettedJoinpoint
All Known Implementing Classes:
ReflectMethodJoinPoint

public interface MethodJoinpoint
extends TargettedJoinpoint

A method join point

Author:
Bill Burke, Adrian Brock

Method Summary
 Object[] getArguments()
          Get the arguments of the join point
 MethodInfo getMethodInfo()
          Get the method info
 void setArguments(Object[] args)
          Set the arguments of the method invocation
 
Methods inherited from interface org.jboss.joinpoint.spi.TargettedJoinpoint
getTarget, setTarget
 
Methods inherited from interface org.jboss.joinpoint.spi.Joinpoint
clone, dispatch, toHumanReadableString
 

Method Detail

getMethodInfo

public MethodInfo getMethodInfo()
Get the method info

Returns:
the method info

getArguments

public Object[] getArguments()
Get the arguments of the join point

Returns:
the arguments

setArguments

public void setArguments(Object[] args)
Set the arguments of the method invocation

Parameters:
args - the arguments


Copyright © 2002 JBoss Group, LLC. All Rights Reserved.