Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [aspectj-users] A question about advice

Your question is not clear.  What objects?
You want a general facility for finding a reference
to any object anywhere?  Can you state the problem
in the language presented by the AspectJ programming
guide?

Wes

On Mon, 14 Mar 2005 17:30:47 -0500
 Cong <yuncong@xxxxxxxxx> wrote:
> Anyone has any idea?
> 
> Thanks!
> 
> 
> 
> __________________
> In Java, the references of objects can be passed in
> parameters of a
> method. However, in the advice code, if it needs to use
> other objects
> which don't appear in the join point, how could the
> advice get the
> reference to those objects?
> 
> Hope my question is clear. Thank you in advance.
> 
> Cong
> _______________________________________________
> aspectj-users mailing list
> aspectj-users@xxxxxxxxxxx
> http://dev.eclipse.org/mailman/listinfo/aspectj-users



Back to the top