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
_______________________________________________
aspectj-users mailing list
[email protected]
https://dev.eclipse.org/mailman/listinfo/aspectj-users

Reply via email to