JBoss Reflection 2.2.1.SP1

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
cleanup, 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

JBoss Reflection 2.2.1.SP1

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