org.jboss.aop.joinpoint
Interface IFieldInfo

All Superinterfaces:
IJoinPointInfo
All Known Implementing Classes:
FieldInfo

public interface IFieldInfo
extends IJoinPointInfo

Represents a field read or write

Version:
$Revision: 1.1 $
Author:
Kabir Khan

Method Summary
 Field getAdvisedField()
          Gets the field being read or written
 boolean isRead()
          Gets whether we are reading the field
 
Methods inherited from interface org.jboss.aop.joinpoint.IJoinPointInfo
getAdvisor, getClazz, resolveAnnotation, resolveClassAnnotation, resolveClassMetaData
 

Method Detail

getAdvisedField

Field getAdvisedField()
Gets the field being read or written


isRead

boolean isRead()
Gets whether we are reading the field



Copyright © 2004 JBoss Inc. All Rights Reserved.