org.jboss.joinpoint.plugins.reflect
Class ReflectTargettedJoinPoint

java.lang.Object
  extended byorg.jboss.joinpoint.plugins.reflect.ReflectTargettedJoinPoint
All Implemented Interfaces:
Cloneable, Joinpoint, TargettedJoinpoint
Direct Known Subclasses:
ReflectFieldGetJoinPoint, ReflectFieldSetJoinPoint, ReflectMethodJoinPoint

public abstract class ReflectTargettedJoinPoint
extends Object
implements TargettedJoinpoint

A targetted joinpoint

Author:
Adrian Brock

Field Summary
protected  Object target
          The target
 
Constructor Summary
ReflectTargettedJoinPoint()
           
 
Method Summary
 Object clone()
          Make a copy of the joinpoint
 Object getTarget()
          Get the target of the join point
 void setTarget(Object target)
          Set the target of the join point
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.jboss.joinpoint.spi.Joinpoint
dispatch, toHumanReadableString
 

Field Detail

target

protected Object target
The target

Constructor Detail

ReflectTargettedJoinPoint

public ReflectTargettedJoinPoint()
Method Detail

getTarget

public Object getTarget()
Description copied from interface: TargettedJoinpoint
Get the target of the join point

Specified by:
getTarget in interface TargettedJoinpoint
Returns:
the target of the join point

setTarget

public void setTarget(Object target)
Description copied from interface: TargettedJoinpoint
Set the target of the join point

Specified by:
setTarget in interface TargettedJoinpoint
Parameters:
target - the target

clone

public Object clone()
Description copied from interface: Joinpoint
Make a copy of the joinpoint

Specified by:
clone in interface Joinpoint


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