|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jboss.joinpoint.plugins.BasicTargettedJoinPoint
org.jboss.joinpoint.plugins.BasicFieldSetJoinPoint
public class BasicFieldSetJoinPoint
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.BasicTargettedJoinPoint |
|---|
target |
| Constructor Summary | |
|---|---|
BasicFieldSetJoinPoint(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.BasicTargettedJoinPoint |
|---|
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 BasicFieldSetJoinPoint(FieldInfo fieldInfo)
fieldInfo - the field info| Method Detail |
|---|
public FieldInfo getFieldInfo()
FieldSetJoinpoint
getFieldInfo in interface FieldSetJoinpointpublic Object getValue()
public void setValue(Object value)
FieldSetJoinpoint
setValue in interface FieldSetJoinpointvalue - the value to set
public Object dispatch()
throws Throwable
Joinpoint
dispatch in interface JoinpointThrowable - 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 | |||||||||