Uses of Class
com.jrockit.mc.flightrecorder.spi.Provider

Packages that use Provider
com.jrockit.mc.flightrecorder   
com.jrockit.mc.flightrecorder.provider   
com.jrockit.mc.flightrecorder.spi   
 

Uses of Provider in com.jrockit.mc.flightrecorder
 

Methods in com.jrockit.mc.flightrecorder that return Provider
static Provider ProviderFactory.createClassPathProvider()
          Creates a provider by looking at the system property com.jrockit.mc.flightrecorder.provider for a suitable class name.
static Provider ProviderFactory.createJRockitFileProvider(java.io.File file)
          Creates a provider that is capable of opening up binary JRockit flight recording file.
static Provider ProviderFactory.createJRockitStreamProvider(java.io.InputStream is)
          Create a provider that can read JRokcit recording from an InputStream
 

Constructors in com.jrockit.mc.flightrecorder with parameters of type Provider
FlightRecording(Provider provider)
          Create a flight recording using a provider class as back-end.
 

Uses of Provider in com.jrockit.mc.flightrecorder.provider
 

Subclasses of Provider in com.jrockit.mc.flightrecorder.provider
 class EmptyProvider
          A provider that returns an empty repository.
 

Uses of Provider in com.jrockit.mc.flightrecorder.spi
 

Subclasses of Provider in com.jrockit.mc.flightrecorder.spi
 class FileProvider
          Abstract base class for providers that can create an IRepository from a File
 class StreamProvider
          Abstract base class for providers that can create an IRepository from a InputStream
 



Copyright © 1999, 2011, Oracle and/or its affiliates. All rights reserved.