JProfiler API

Package com.jprofiler.api.platform.connection

This package contains classes for establishing a connection to a live profiling agent or a snapshot file.

See:
          Description

Interface Summary
Connection The primary interface for retrieving profiling data from a profiled JVM or a saved snapshot.
 

Class Summary
ConnectionFactory Factory for creating connections to profiled JVMs and saved snapshots.
 

Package com.jprofiler.api.platform.connection Description

This package contains classes for establishing a connection to a live profiling agent or a snapshot file.

See the API overview for general remarks on the profiling plaftform and on how to use the JProfiler API.


JProfiler API