Skip to main content



      Home
Home » Language IDEs » AspectJ » AspectJ: Passing unique ID to method calls across JVMs(AspectJ: Passing unique ID to method calls across JVMs)
AspectJ: Passing unique ID to method calls across JVMs [message #1451294] Thu, 23 October 2014 12:15 Go to next message
Eclipse UserFriend
I am new to AspectJ so sorry in case I am providing little information here.

I am trying to implement AspectJ for the following use case.

Track each request to the .com application - capture methods invoked, start time, end time, app name, GUID etc.. GUID is a unique ID generated to track each request. A request may invoke multiple methods within same JVM or different JVM( specific is SOAP webservices call).

I am having an issue passing the GUID when a method call to different JVM is requested. I want to tie the same GUID to the SOAP request as well which is served from a different JVM. Request --> Method 1 (JVM1) --> Method 2 (JVM1) --> Method 3(SOAP, JVM2).

Please suggest your approach to this problem. Thank you!!
Re: AspectJ: Passing unique ID to method calls across JVMs [message #1451354 is a reply to message #1451294] Thu, 23 October 2014 14:04 Go to previous message
Eclipse UserFriend
What have you tried so far?
Previous Topic:Referencing Aspetj Based Jar
Next Topic:org.eclipse.ui error
Goto Forum:
  


Current Time: Fri May 16 22:50:14 EDT 2025

Powered by FUDForum. Page generated in 0.05356 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top