Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[aspectj-users] Applying aspects to only certain instances

Hi
I'm wanting to apply some aspects (just logging aspects) to a related group of objects.
For example, suppose I'm wanting to apply logging aspects to the InputStream and OutputStream of a Socket.  How do I apply these aspects to only these particular InputStreams/OutputStreams, and not to all InputStreams/OutputStreams used in the application?  For example, do I have to somehow do it via the socket itself?
Thanks for your help,
Calum

Back to the top