Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[aspectj-users] Regarding worm whole implementation

Our requirement is to implement worm whole pattern using aspectj.
We are able to do it when caller and callee are in same cflow.
But suppose we have one method 'getUser()', when getUser() method returns, after that we are calling customerService.createCustomer().
the other end of worm hole comes in customerService.createCustomer() execution flow.
Is there any way we can make the getUser() as the first point cut or our question is that 'is there any way to implement worm whole apttern even thouh caller and callee are not in same control flow".
Please give suggestion on it as soon as possible.
 
Regards,
Mritunjay

Back to the top