com.jrockit.mc.rjmx.flr
Class EventTypeSetting

java.lang.Object
  extended by com.jrockit.mc.rjmx.flr.EventTypeSetting

public final class EventTypeSetting
extends java.lang.Object

Contains the current settings for an event type. The configurable options will contain the options that are actually configurable for the specific event type, i.e. options that would not be respected by the event type due to other meta data settings will be filtered out.

Author:
Marcus Hirt
See Also:
IFlightRecorderService.getCurrentEventTypeSettings(), IFlightRecorderService.getEventSettings(IRecordingDescriptor)

Constructor Summary
EventTypeSetting(EventTypeMetadata metaData, Option[] options)
           
 
Method Summary
 Option[] getConfigurableOptions()
           
 EventTypeMetadata getMetaData()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

EventTypeSetting

public EventTypeSetting(EventTypeMetadata metaData,
                        Option[] options)
Method Detail

getMetaData

public EventTypeMetadata getMetaData()

getConfigurableOptions

public Option[] getConfigurableOptions()
Returns:
the current value of the options that are configurable.

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object


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