|
JProfiler API | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Descriptor
A descriptor describes the contents of a profiling value or a heap value.
This is a common super-interface, the platform always returns derived interfaces as descriptors. Unless it is clear what the actual interface is, you have to find out the actual type with instanceof comparisons before down-casting a descriptor.
Besides the common description text, derived interfaces can expose more information about the profiling value. The semantics of the description property is documented in the derived interfaces.
ProfilingValue
,
HeapValue
Method Summary | |
---|---|
java.lang.String |
getDescription()
Returns the description. |
Method Detail |
---|
java.lang.String getDescription()
|
JProfiler API | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |