- parameters - Variable in class sun.tracing.ProbeSkeleton
-
- PrintStreamProviderFactory - Class in sun.tracing
-
Factory class to create tracing Providers.
- PrintStreamProviderFactory(PrintStream) - Constructor for class sun.tracing.PrintStreamProviderFactory
-
- Probe - Interface in com.sun.tracing
-
The Probe interface represents a tracepoint.
- ProbeName - Annotation Type in com.sun.tracing
-
An annotation used to override the name of a probe.
- probes - Variable in class sun.tracing.ProviderSkeleton
-
- ProbeSkeleton - Class in sun.tracing
-
Provides common code for implementation of Probe classes.
- ProbeSkeleton(Class<?>[]) - Constructor for class sun.tracing.ProbeSkeleton
-
- Provider - Interface in com.sun.tracing
-
Provider is a superinterface for user-defined tracing providers.
- ProviderAttributes - Annotation Type in com.sun.tracing.dtrace
-
This annotation is used to describe the interface attributes of the
provider field for a single provider.
- ProviderFactory - Class in com.sun.tracing
-
ProviderFactory is a factory class used to create instances of
providers.
- ProviderFactory() - Constructor for class com.sun.tracing.ProviderFactory
-
- ProviderName - Annotation Type in com.sun.tracing
-
An annotation used to specify the name of a provider.
- ProviderSkeleton - Class in sun.tracing
-
Provides a common code for implementation of Provider classes.
- ProviderSkeleton(Class<? extends Provider>) - Constructor for class sun.tracing.ProviderSkeleton
-
Initializes the provider.
- providerType - Variable in class sun.tracing.ProviderSkeleton
-