Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » Test and Performance Tools Platform (TPTP) » Monitored Caller Object with probeKit of TPTP
Monitored Caller Object with probeKit of TPTP [message #129653] Tue, 29 April 2008 14:05
Eclipse UserFriend
Originally posted by: biscio81.tiscali.it

Hi
I would know if is possible with ProbeKit of TPTP retrieve the Object that
call the
method monitored.
Example:
i have three classes MyClass, Class1 and Class2. Class2 extends Class1 but
does't implement all methods of Class1.
MyClass instances a Object of Class2 and calls the method "Method1" defined
in Class1 on the Class2 object. The Method1 calls another method "Method2"
defined in Class1 and no defined in Class2. When i want retrive the object
that calls the Method2 i retrive the Class1 and no the Class2 that is the
effective object that does the call.
How do i retrive the object taht does the call?
I don't can to use the combination of beforeCall and entry Frament because
the tptp doesn't allow to specify a combination of these.
Moreover i don't can to use the StackTrace because in the printStackTrace
doesn't present a object(Class2) that calls method but only the class that
contains the method(Class1).
Help me.
Bye
Previous Topic:Starting TPTP Profiler by API (through code)
Next Topic:Are there any additional AGR documents
Goto Forum:
  


Current Time: Fri Apr 19 08:21:20 GMT 2024

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

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

Back to the top