[JBoss-dev] [AOP on JBoss (Aspects/JBoss)] - Re: Field Interception

2004-11-23 Thread [EMAIL PROTECTED]
The Invocation is either a:

FieldGetInvocation

in that case, you can get the field value by the return of invoke.invokeNext();

or FieldSetInvocation which is when the field is written to.  Then the value 
would be:

FieldSetInvocation.getValue()

Take a look at the javadocs for all the invocation objections:



View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3856082#3856082

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3856082


---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. 
http://productguide.itmanagersjournal.com/
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [AOP on JBoss (Aspects/JBoss)] - Re: Field Interception

2004-11-23 Thread bhakthi
Hi Bill,

Thanks a lot!
I can read the values using getValue method.



View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3856106#3856106

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3856106


---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. 
http://productguide.itmanagersjournal.com/
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development