Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Memory Analyzer » How to retrieve objects which implements interface!(How to retrieve objects which implements interface!)
How to retrieve objects which implements interface! [message #1707509] Sun, 06 September 2015 10:36 Go to next message
Xie GuoJun is currently offline Xie GuoJunFriend
Messages: 2
Registered: September 2015
Junior Member
How to retrieve objects which implements interface! For example :
classs B implements A
classs C implements A
How to retrieve objects which implements 'A'. if I use OQL . how to do this.
Re: How to retrieve objects which implements interface! [message #1708886 is a reply to message #1707509] Tue, 22 September 2015 09:17 Go to previous message
Krum Tsvetkov is currently offline Krum TsvetkovFriend
Messages: 164
Registered: July 2009
Senior Member
hi,
unfortunately the hprof format does not contain information about the interfaces a class implement. For each class it contains just the info about the single parent class.
Therefore you cannot get the information you requested, at least not from hprof dumps.

I am not quite sure if IBM dumps have the info and if/how it is used in MAT.
Previous Topic:gc_roots count correct?
Next Topic:toString a LinkedList
Goto Forum:
  


Current Time: Fri Mar 29 09:50:16 GMT 2024

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

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

Back to the top