|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.joinpoint.plugins.reflect.ReflectTargettedJoinPoint
org.jboss.joinpoint.plugins.reflect.ReflectFieldSetJoinPoint
A field set joinpoint
Field Summary | |
protected FieldInfo |
fieldInfo
The field info |
protected Object |
value
The value |
Fields inherited from class org.jboss.joinpoint.plugins.reflect.ReflectTargettedJoinPoint |
target |
Constructor Summary | |
ReflectFieldSetJoinPoint(FieldInfo fieldInfo)
Create a new field set join point |
Method Summary | |
Object |
dispatch()
Invoke on the actual joinpoint |
FieldInfo |
getFieldInfo()
Get the field info for this join point |
Object |
getValue()
Get the value |
void |
setValue(Object value)
The value to set |
String |
toHumanReadableString()
A human readable version of the join point |
Methods inherited from class org.jboss.joinpoint.plugins.reflect.ReflectTargettedJoinPoint |
clone, getTarget, setTarget |
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.TargettedJoinpoint |
getTarget, setTarget |
Methods inherited from interface org.jboss.joinpoint.spi.Joinpoint |
clone |
Field Detail |
protected FieldInfo fieldInfo
protected Object value
Constructor Detail |
public ReflectFieldSetJoinPoint(FieldInfo fieldInfo)
fieldInfo
- the field infoMethod Detail |
public FieldInfo getFieldInfo()
FieldSetJoinpoint
getFieldInfo
in interface FieldSetJoinpoint
public Object getValue()
public void setValue(Object value)
FieldSetJoinpoint
setValue
in interface FieldSetJoinpoint
value
- the value to setpublic Object dispatch() throws Throwable
Joinpoint
dispatch
in interface Joinpoint
Throwable
- for any errorpublic String toHumanReadableString()
Joinpoint
toHumanReadableString
in interface Joinpoint
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |