org.jboss.joinpoint.spi
Interface MethodJoinpoint

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

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

MethodInfo getMethodInfo()
Get the method info

Returns:
the method info

getArguments

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

Returns:
the arguments

setArguments

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

Parameters:
args - the arguments


Copyright © 2009 JBoss, a division of Red Hat, Inc.. All Rights Reserved.