public abstract class BasicTargettedJoinPoint extends Object implements TargettedJoinpoint
| Constructor and Description |
|---|
BasicTargettedJoinPoint() |
| Modifier and Type | Method and Description |
|---|---|
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
|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitdispatch, toHumanReadableStringprotected Object target
public Object getTarget()
TargettedJoinpointgetTarget in interface TargettedJoinpointpublic void setTarget(Object target)
TargettedJoinpointsetTarget in interface TargettedJoinpointtarget - the targetCopyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.