JProfiler API

com.jprofiler.api.platform.descriptors
Interface URLDescriptor

All Superinterfaces:
Descriptor

public interface URLDescriptor
extends Descriptor

Descriptor for a URL node. These nodes are generated if "Split call tree for each request URL" is enabled in the profiling settings.

The description property of the super-interface contains the name of the URL.


Method Summary
 
Methods inherited from interface com.jprofiler.api.platform.descriptors.Descriptor
getDescription
 


JProfiler API