Uses of Class
com.jrockit.memleak.Feature

Packages that use Feature
com.jrockit.memleak Provides classes and interfaces for obtaining memory leak information from a Oracle JRockit virtual machine 
com.jrockit.memleak.mlp   
com.jrockit.memleak.util   
 

Uses of Feature in com.jrockit.memleak
 

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

Methods in com.jrockit.memleak that return types with arguments of type Feature
 java.util.Set<Feature> IMemLeak.getFeatures()
           
 

Methods in com.jrockit.memleak with parameters of type Feature
 boolean IMemLeak.hasFeatures(Feature... features)
           
 

Uses of Feature in com.jrockit.memleak.mlp
 

Fields in com.jrockit.memleak.mlp with type parameters of type Feature
protected  java.util.Set<Feature> AbstractMemLeak.features
           
 

Methods in com.jrockit.memleak.mlp that return types with arguments of type Feature
 java.util.Set<Feature> AbstractMemLeak.getFeatures()
           
 

Method parameters in com.jrockit.memleak.mlp with type arguments of type Feature
protected  void MemLeakR28.initFeatures(java.util.EnumSet<Feature> features, java.util.EnumSet<RequestType> requests)
           
protected  void MemLeakR26.initFeatures(java.util.EnumSet<Feature> features, java.util.EnumSet<RequestType> requests)
           
protected  void AbstractMemLeak.initFeatures(java.util.EnumSet<Feature> features, java.util.EnumSet<RequestType> requests)
          Initialize the feature set based on the supported requests.
 

Uses of Feature in com.jrockit.memleak.util
 

Methods in com.jrockit.memleak.util that return types with arguments of type Feature
 java.util.Set<Feature> MemLeakAdapter.getFeatures()
           
 

Methods in com.jrockit.memleak.util with parameters of type Feature
 boolean MemLeakAdapter.hasFeatures(Feature... features)
           
 



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