Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[aspectj-users] Re: Encapsulating domain specific code



This looks like a nested version of the Worker Object creation pattern form
"AspectJ in Action", Ramnivas Laddad. If you place the core code in a
separate method you can use around closure advice to add the domain
specific thread dispatch. You will need to refactor to isolate the core
code.

Matthew Webster
AOSD Project
Java Technology Centre, MP146
IBM Hursley Park, Winchester,  SO21 2JN, England
Telephone: +44 196 2816139 (external) 246139 (internal)
Email: Matthew Webster/UK/IBM @ IBMGB, matthew_webster@xxxxxxxxxx
http://w3.hursley.ibm.com/~websterm/



Back to the top