com.jrockit.mc.flightrecorder.provider
Class EmptyProvider

java.lang.Object
  extended by com.jrockit.mc.flightrecorder.spi.Provider
      extended by com.jrockit.mc.flightrecorder.provider.EmptyProvider

public final class EmptyProvider
extends Provider

A provider that returns an empty repository.

Author:
Erik Gahlin

Constructor Summary
EmptyProvider()
           
 
Method Summary
 IRepository createRepository()
          Create the IRepository for the provider.
 
Methods inherited from class com.jrockit.mc.flightrecorder.spi.Provider
getFilter, getProgressMonitor, setFilter, setProgressMonitor
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EmptyProvider

public EmptyProvider()
Method Detail

createRepository

public IRepository createRepository()
Description copied from class: Provider
Create the IRepository for the provider.

Specified by:
createRepository in class Provider
Returns:
teh provider or null if the provider could no be constrctued.


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