| 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.
|
| sun.tracing.dtrace |
| Modifier and Type | Method and Description |
|---|---|
static ProviderFactory |
ProviderFactory.getDefaultFactory()
Returns an implementation of a
ProviderFactory which
creates instances of Providers. |
| Modifier and Type | Class and Description |
|---|---|
class |
MultiplexProviderFactory
Factory class to create tracing Providers.
|
class |
NullProviderFactory
Factory class to create tracing Providers.
|
class |
PrintStreamProviderFactory
Factory class to create tracing Providers.
|
| Constructor and Description |
|---|
MultiplexProviderFactory(Set<ProviderFactory> factories) |
| Modifier and Type | Class and Description |
|---|---|
class |
DTraceProviderFactory
Factory class to create JSDT Providers.
|
Copyright © 2012. All Rights Reserved.