org.jboss.joinpoint.plugins.reflect
Class ReflectTargettedJoinPoint
java.lang.Object
org.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
target
protected Object target
- The target
ReflectTargettedJoinPoint
public ReflectTargettedJoinPoint()
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
- Overrides:
clone
in class Object
- Returns:
- a copy of the join point
Copyright © 2002 JBoss Group, LLC. All Rights Reserved.