|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.jrockit.mc.flightrecorder.provider.Features
public final class Features
Gives access to feature sets. This class is not thread safe.
| Constructor Summary | |
|---|---|
Features(IRepository repository)
|
|
| Method Summary | |
|---|---|
IFeatureSet |
createFeature()
Creates a a IFeatureSet. |
void |
destroyFeaure(IFeatureSet featureSet)
Destroys a feature and all resources allocated for the IFeatureSet. |
java.util.List<IFeatureSet> |
getFeatures()
Returns a list of all the available features. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Features(IRepository repository)
| Method Detail |
|---|
public java.util.List<IFeatureSet> getFeatures()
IFeatures
getFeatures in interface IFeaturespublic IFeatureSet createFeature()
IFeaturesIFeatureSet. Users should destroy the
IFeatureSet when they no longer needed it since the may allocate
resources.
createFeature in interface IFeaturespublic void destroyFeaure(IFeatureSet featureSet)
IFeaturesIFeatureSet.
destroyFeaure in interface IFeaturesfeatureSet - the IFeatureSet to destroy
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||