org.jboss.aop
Class FieldInfo
java.lang.Object
org.jboss.aop.JoinPointInfo
org.jboss.aop.FieldInfo
- All Implemented Interfaces:
- IFieldInfo, IJoinPointInfo
public class FieldInfo
- extends JoinPointInfo
- implements IFieldInfo
Comment
- Version:
- $Revision$
- Author:
- Kabir Khan
Methods inherited from class org.jboss.aop.JoinPointInfo |
clear, cloneChains, equalChains, getAdvisor, getClazz, getInterceptorChain, getInterceptors, getJoinpoint, hasAdvices, resolveClassAnnotation, resolveClassMetaData, setAdvisor, setInterceptorChain, setInterceptors |
FieldInfo
public FieldInfo()
FieldInfo
public FieldInfo(Advisor advisor,
boolean read)
FieldInfo
public FieldInfo(Class clazz,
int index,
String fieldName,
long wrapperHash,
Advisor advisor,
boolean read)
internalGetJoinpoint
protected Joinpoint internalGetJoinpoint()
- Specified by:
internalGetJoinpoint
in class JoinPointInfo
copy
public JoinPointInfo copy()
- Specified by:
copy
in class JoinPointInfo
toString
public String toString()
- Overrides:
toString
in class Object
setIndex
public void setIndex(int index)
getIndex
public int getIndex()
setAdvisedField
public void setAdvisedField(Field advisedField)
getAdvisedField
public Field getAdvisedField()
- Description copied from interface:
IFieldInfo
- Gets the field being read or written
- Specified by:
getAdvisedField
in interface IFieldInfo
setWrapper
public void setWrapper(Method wrapper)
getWrapper
public Method getWrapper()
setRead
public void setRead(boolean read)
isRead
public boolean isRead()
- Description copied from interface:
IFieldInfo
- Gets whether we are reading the field
- Specified by:
isRead
in interface IFieldInfo
resolveAnnotation
public Object resolveAnnotation(Class annotation)
- Description copied from interface:
IJoinPointInfo
- Resolves annotations on the particular joinpoint (field, constructor, method etc.)
- Specified by:
resolveAnnotation
in interface IJoinPointInfo
- Overrides:
resolveAnnotation
in class JoinPointInfo
Copyright © 2004 JBoss Inc. All Rights Reserved.