|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface FieldAccess
This interface represents a field access in the program.
A field access is a joinpoint and can be intercepted by a field interceptor.
FieldInterceptor
Field Summary | |
---|---|
static int |
READ
The read access type (see getAccessType() ). |
static int |
WRITE
The write access type (see getAccessType() ). |
Method Summary | |
---|---|
int |
getAccessType()
Returns the access type. |
java.lang.reflect.Field |
getField()
Gets the field being accessed. |
java.lang.Object |
getValueToSet()
Gets the value that must be set to the field. |
Methods inherited from interface org.aopalliance.intercept.Joinpoint |
---|
getStaticPart, getThis, proceed |
Field Detail |
---|
static final int READ
getAccessType()
).
static final int WRITE
getAccessType()
).
Method Detail |
---|
java.lang.reflect.Field getField()
This method is a frienly implementation of the Joinpoint.getStaticPart()
method (same result).
java.lang.Object getValueToSet()
This value can be intercepted and changed by a field interceptor.
int getAccessType()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |