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

Packages that use Severity
com.jrockit.mc.flightrecorder.spi   
com.jrockit.mc.flightrecorder.util   
 

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

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

Methods in com.jrockit.mc.flightrecorder.spi with parameters of type Severity
 void IProgressMonitor.log(Severity severity, java.lang.String message, java.lang.Throwable throwable)
          Logs an error/warning
 

Uses of Severity in com.jrockit.mc.flightrecorder.util
 

Methods in com.jrockit.mc.flightrecorder.util with parameters of type Severity
 void SilentProgressMonitor.log(Severity severity, java.lang.String message, java.lang.Throwable throwable)
           
 void PrintStreamProgressMonitor.log(Severity severity, java.lang.String message, java.lang.Throwable te)
           
 



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