Uses of Class
com.jrockit.mc.rjmx.flr.EventTypeSetting

Packages that use EventTypeSetting
com.jrockit.mc.rjmx.flr   
com.jrockit.mc.rjmx.flr.internal   
 

Uses of EventTypeSetting in com.jrockit.mc.rjmx.flr
 

Methods in com.jrockit.mc.rjmx.flr that return EventTypeSetting
 EventTypeSetting[] RecordingSettingsBuilder.build()
           
 EventTypeSetting[] IFlightRecorderService.getCurrentEventTypeSettings()
          Returns the current settings for the event types.
 EventTypeSetting[] IFlightRecorderService.getEventSettings(IRecordingDescriptor recording)
          Returns the event settings for the specified recording.
 EventTypeSetting[] EventTemplate.getSettings()
           
 

Methods in com.jrockit.mc.rjmx.flr with parameters of type EventTypeSetting
 IRecordingDescriptor IFlightRecorderService.start(java.util.Map recordingOptions, EventTypeSetting[] eventSettings)
          Starts a new JRockit Flight Recorder recording.
 void IFlightRecorderService.updateEventSettings(IRecordingDescriptor descriptor, EventTypeSetting[] settings)
          Updates the event settings for the specified descriptor.
 

Constructors in com.jrockit.mc.rjmx.flr with parameters of type EventTypeSetting
EventTemplate(java.lang.String name, java.lang.String description, EventTypeSetting[] settings)
           
 

Uses of EventTypeSetting in com.jrockit.mc.rjmx.flr.internal
 

Methods in com.jrockit.mc.rjmx.flr.internal that return EventTypeSetting
static EventTypeSetting[] RecordingSettingsToolkit.fromCompositeData(java.util.Map map, java.util.List compositeList)
           
 EventTypeSetting[] R28FlightRecorderService.getCurrentEventTypeSettings()
           
 EventTypeSetting[] R28FlightRecorderService.getEventSettings(IRecordingDescriptor recording)
           
 

Methods in com.jrockit.mc.rjmx.flr.internal with parameters of type EventTypeSetting
static EventTemplate[] RecordingTemplateToolkit.getServerTemplates(EventTypeSetting[] eventTypeSettings, java.util.List compositeData)
           
 IRecordingDescriptor R28FlightRecorderService.start(java.util.Map recordingOptions, EventTypeSetting[] eventSettings)
           
static java.util.List RecordingSettingsToolkit.toCompositeData(EventTypeSetting[] settings)
          Converts the event settings to a list of composite data, usable by the MBean API.
 void R28FlightRecorderService.updateEventSettings(IRecordingDescriptor descriptor, EventTypeSetting[] settings)
           
 



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