org.eclipse.mat.inspections
Class CommonNameResolver.ThreadResolver

java.lang.Object
  extended by org.eclipse.mat.inspections.CommonNameResolver.ThreadResolver
All Implemented Interfaces:
IClassSpecificNameResolver
Enclosing class:
CommonNameResolver

public static class CommonNameResolver.ThreadResolver
extends java.lang.Object
implements IClassSpecificNameResolver


Constructor Summary
CommonNameResolver.ThreadResolver()
           
 
Method Summary
 java.lang.String resolve(IObject obj)
          Resolve the name for snapshot object.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CommonNameResolver.ThreadResolver

public CommonNameResolver.ThreadResolver()
Method Detail

resolve

public java.lang.String resolve(IObject obj)
                         throws SnapshotException
Description copied from interface: IClassSpecificNameResolver
Resolve the name for snapshot object.

Specified by:
resolve in interface IClassSpecificNameResolver
Parameters:
obj - object for which the name should be resolved
Returns:
name for snapshot object
Throws:
SnapshotException