org.jboss.joinpoint.plugins
Class BasicTargettedJoinPoint
java.lang.Object
org.jboss.joinpoint.plugins.BasicTargettedJoinPoint
- All Implemented Interfaces:
- Cloneable, Joinpoint, TargettedJoinpoint
- Direct Known Subclasses:
- BasicFieldGetJoinPoint, BasicFieldSetJoinPoint, BasicMethodJoinPoint
public abstract class BasicTargettedJoinPoint
- extends Object
- implements TargettedJoinpoint
A targetted joinpoint
- Author:
- Adrian Brock
target
protected Object target
- The target
BasicTargettedJoinPoint
public BasicTargettedJoinPoint()
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 © 2009 JBoss, a division of Red Hat, Inc.. All Rights Reserved.