org.jboss.joinpoint.spi
Interface TargettedJoinpoint

All Superinterfaces:
Cloneable, Joinpoint
All Known Subinterfaces:
FieldGetJoinpoint, FieldSetJoinpoint, MethodJoinpoint
All Known Implementing Classes:
BasicFieldGetJoinPoint, BasicFieldSetJoinPoint, BasicMethodJoinPoint, BasicTargettedJoinPoint

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

Object getTarget()
Get the target of the join point

Returns:
the target of the join point

setTarget

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

Parameters:
target - the target


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