JBoss Reflection 2.2.1.SP1

org.jboss.joinpoint.plugins
Class BasicTargettedJoinPoint

java.lang.Object
  extended by 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

Field Summary
protected  Object target
          The target
 
Constructor Summary
BasicTargettedJoinPoint()
           
 
Method Summary
 Object cleanup()
          Invoke cleanup on joinpoint.
 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

BasicTargettedJoinPoint

public BasicTargettedJoinPoint()
Method Detail

cleanup

public Object cleanup()
Description copied from interface: Joinpoint
Invoke cleanup on joinpoint.

Specified by:
cleanup in interface Joinpoint
Returns:
cleanup result

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

JBoss Reflection 2.2.1.SP1

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