JProfiler API

Package com.jprofiler.api.agent.interceptor

This package contains all classes required for developing interceptors.

See:
          Description

Interface Summary
InterceptorProvider An interceptor provider is queried by the profiling agent for the interceptors that should be activated.
PayloadInfo A payload info represents a verbose description that can be added added to the current call stack together with associated timing information.
 

Class Summary
InterceptionMethod Defines a single method that should be intercepted by an interceptor.
Interceptor Base class for deriving a concrete interceptor.
ThreadLocalStack A stack that saves objects in thread-local data structures.
 

Package com.jprofiler.api.agent.interceptor Description

This package contains all classes required for developing interceptors.

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


JProfiler API