| Package | Description |
|---|---|
| com.sun.tracing |
This package provides a mechanism for defining and
inserting tracepoints into Java-technology based applications, which
can then be monitored by the tracing tools available on the system.
|
| sun.tracing |
This package contains internal common code for implementing tracing
frameworks, and defined a number of existing frameworks.
|
| Modifier and Type | Method and Description |
|---|---|
Probe |
Provider.getProbe(Method method)
Retrieves a reference to a Probe object, which is used to check status
or to trigger the probe manually.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ProbeSkeleton
Provides common code for implementation of
Probe classes. |
| Modifier and Type | Method and Description |
|---|---|
Probe |
ProviderSkeleton.getProbe(Method m)
Direct accessor for
Probe objects. |
Copyright © 2012. All Rights Reserved.