|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.jrockit.mc.rjmx.flr.FlightRecorderToolkit
public final class FlightRecorderToolkit
Helper methods to facilitate the use of the IFlightRecorderService.
| Method Summary | |
|---|---|
static IRecordingDescriptor |
getDescriptorByID(IRecordingDescriptor[] descriptors,
java.lang.Integer id)
Will return the first descriptor matching the id. |
static IRecordingDescriptor |
getDescriptorByName(IRecordingDescriptor[] descriptors,
java.lang.String name)
Will return the first descriptor matching the name. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static IRecordingDescriptor getDescriptorByName(IRecordingDescriptor[] descriptors,
java.lang.String name)
name - the name to look for.descriptors - the descriptors to search.
public static IRecordingDescriptor getDescriptorByID(IRecordingDescriptor[] descriptors,
java.lang.Integer id)
id - the id to look for.descriptors - the descriptors to search.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||