Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
RE: [aspectj-users] AspectJ and memory management

 

> Here's what I want:
> * I want to write interfaces+interfaceImpl's.
> * I want one (or more) aspects which adds the interface to classes
> * When the interface methods are invoked, the aspect should 
> delegate to 
> the interfaceImpl's. The interfaceImpl's must be accessed through a 
> factory/cache mechanism, for scalability reasons.

Its more clear what you want now...
> 
> Adrian's example code with the dispatch() method is actually 
> quite close 
> as far as I can tell.

I'll leave it to Adrian's approach then.




Back to the top