Uses of Class
com.jrockit.memleak.mlp.MlpVerbosity

Packages that use MlpVerbosity
com.jrockit.memleak.mlp   
 

Uses of MlpVerbosity in com.jrockit.memleak.mlp
 

Methods in com.jrockit.memleak.mlp that return MlpVerbosity
static MlpVerbosity MlpVerbosity.get(int verbosity)
           
static MlpVerbosity MlpVerbosity.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static MlpVerbosity[] MlpVerbosity.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.jrockit.memleak.mlp with parameters of type MlpVerbosity
 boolean MemLeakR28.setVerboseMLP(MlpVerbosity objects, MlpVerbosity classes, MlpVerbosity classLoaders)
          Attempt to set protocol verbosity.
 



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