Uses of Class
com.jrockit.mc.flightrecorder.RecordingPrinter.Verbosity

Packages that use RecordingPrinter.Verbosity
com.jrockit.mc.flightrecorder   
 

Uses of RecordingPrinter.Verbosity in com.jrockit.mc.flightrecorder
 

Methods in com.jrockit.mc.flightrecorder that return RecordingPrinter.Verbosity
static RecordingPrinter.Verbosity RecordingPrinter.Verbosity.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static RecordingPrinter.Verbosity[] RecordingPrinter.Verbosity.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.jrockit.mc.flightrecorder with parameters of type RecordingPrinter.Verbosity
 void RecordingPrinter.setVerbosityLevel(RecordingPrinter.Verbosity verbosity)
          Sets the verbosity level when printing events.
 



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