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
 

Fields in sun.tracing with type parameters of type Probe
protected  java.util.HashMap<java.lang.reflect.Method,Probe> ProviderSkeleton.probes
           
 

Methods in sun.tracing that return Probe
protected abstract  Probe ProviderSkeleton.createProbe(java.lang.reflect.Method method)
           
 Probe ProviderSkeleton.getProbe(java.lang.reflect.Method m)
           
 

Methods in sun.tracing with parameters of type Probe
protected  void ProviderSkeleton.autoTriggerProbe(Probe p, java.lang.Object[] args)