org.jboss.joinpoint.spi
Interface TargettedJoinpoint

All Superinterfaces:
Cloneable, Joinpoint
All Known Subinterfaces:
FieldGetJoinpoint, FieldSetJoinpoint, MethodJoinpoint
All Known Implementing Classes:
ReflectFieldGetJoinPoint, ReflectFieldSetJoinPoint, ReflectMethodJoinPoint, ReflectTargettedJoinPoint

public interface TargettedJoinpoint
extends Joinpoint

A join point with a target

Author:
Bill Burke, Adrian Brock

Method Summary
 Object getTarget()
          Get the target of the join point
 void setTarget(Object target)
          Set the target of the join point
 
Methods inherited from interface org.jboss.joinpoint.spi.Joinpoint
clone, dispatch, toHumanReadableString
 

Method Detail

getTarget

public Object getTarget()
Get the target of the join point

Returns:
the target of the join point

setTarget

public void setTarget(Object target)
Set the target of the join point

Parameters:
target - the target


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