|
JBoss Reflection 2.2.1.SP1 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.joinpoint.plugins.BasicTargettedJoinPoint
public abstract class BasicTargettedJoinPoint
A targetted joinpoint
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 |
---|
protected Object target
Constructor Detail |
---|
public BasicTargettedJoinPoint()
Method Detail |
---|
public Object cleanup()
Joinpoint
cleanup
in interface Joinpoint
public Object getTarget()
TargettedJoinpoint
getTarget
in interface TargettedJoinpoint
public void setTarget(Object target)
TargettedJoinpoint
setTarget
in interface TargettedJoinpoint
target
- the targetpublic Object clone()
Joinpoint
clone
in interface Joinpoint
clone
in class Object
|
JBoss Reflection 2.2.1.SP1 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |