Uses of Interface
com.sun.tracing.Probe

Packages that use Probe
com.sun.tracing   
sun.tracing   
 

Uses of Probe in com.sun.tracing
 

Methods in com.sun.tracing that return Probe
 Probe Provider.getProbe(java.lang.reflect.Method method)
          Retrieves a reference to a Probe object, which is used to check status or to trigger the probe manually.
 

Uses of Probe in sun.tracing
 

Classes in sun.tracing that implement Probe
 class ProbeSkeleton
          Provides common code for implementation of Probe classes.
 

Methods in sun.tracing that return Probe
 Probe ProviderSkeleton.getProbe(java.lang.reflect.Method m)
          Direct accessor for Probe objects.