Package org.eclipse.mat.snapshot.extension

Interfaces that extend the information extracted from heap dumps like threads, name resolvers etc.

See:
          Description

Interface Summary
IClassSpecificNameResolver Interface describing a name resolver for objects of specific classes (found in an snapshot), e.g.
IRequestDetailsResolver The allows details about a local variable for a thread of a type understood by this resolver to be interpreted and attached to the thread descrition.
IThreadDetailsResolver Extracts detailed information about a thread
IThreadInfo Holds detailed information about a thread
ITroubleTicketResolver Interface for a trouble-ticket component resolver.
 

Annotation Types Summary
Subject Used to tag resolvers with the name of the class that they handle.
Subjects Used to tag resolvers with the names of classes that they handle.
 

Package org.eclipse.mat.snapshot.extension Description

Interfaces that extend the information extracted from heap dumps like threads, name resolvers etc. Extensions can be added using these interfaces for application or framework specific knowledge, or to show extra snapshot type specific data.