Uses of Interface
com.jrockit.mc.flightrecorder.spi.IFeatureSet

Packages that use IFeatureSet
com.jrockit.mc.flightrecorder.provider   
com.jrockit.mc.flightrecorder.spi   
 

Uses of IFeatureSet in com.jrockit.mc.flightrecorder.provider
 

Classes in com.jrockit.mc.flightrecorder.provider that implement IFeatureSet
 class FeatureSet
          A feature set contains events with a certain characteristic.
 

Methods in com.jrockit.mc.flightrecorder.provider that return IFeatureSet
 IFeatureSet Features.createFeature()
           
 

Methods in com.jrockit.mc.flightrecorder.provider that return types with arguments of type IFeatureSet
 java.util.List<IFeatureSet> Features.getFeatures()
           
 

Methods in com.jrockit.mc.flightrecorder.provider with parameters of type IFeatureSet
 void Features.destroyFeaure(IFeatureSet featureSet)
           
 

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

Methods in com.jrockit.mc.flightrecorder.spi that return IFeatureSet
 IFeatureSet IFeatures.createFeature()
          Creates a a IFeatureSet.
 

Methods in com.jrockit.mc.flightrecorder.spi that return types with arguments of type IFeatureSet
 java.util.List<IFeatureSet> IFeatures.getFeatures()
          Returns a list of all the available features.
 

Methods in com.jrockit.mc.flightrecorder.spi with parameters of type IFeatureSet
 void IFeatures.destroyFeaure(IFeatureSet featureSet)
          Destroys a feature and all resources allocated for the IFeatureSet.
 



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