JProfiler API

com.jprofiler.api.agent.probe
Interface Probe

All Known Subinterfaces:
InterceptorProbe, TelemetryProbe

public interface Probe

Base interface for probes. This interface cannot be used by itself. Please implement the derived interfaces InterceptorProbe and TelemetryProbe if you develop a custom probe in your IDE.


Method Summary
 ProbeMetaData getMetaData()
          Configures the capabilities of your custom probe.
 

Method Detail

getMetaData

ProbeMetaData getMetaData()
Configures the capabilities of your custom probe. This method is called once by the profiling agent after the probe is instantiated.

Returns:
the meta data of your custom probe

JProfiler API