com.jrockit.mc.rjmx.flr
Class EventTypeMetadata

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

public final class EventTypeMetadata
extends java.lang.Object

Provides information about an event type.

Author:
Marcus Hirt

Constructor Summary
EventTypeMetadata(java.lang.Integer id, java.net.URI uri, java.lang.String path, Option[] options, OptionMetadata[] configurableOptions)
           
 
Method Summary
 OptionMetadata[] getConfigurableOptionsMetadata()
           
 java.lang.Integer getId()
           
 Option[] getOptions()
           
 java.lang.String getPath()
           
 java.net.URI getURI()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

EventTypeMetadata

public EventTypeMetadata(java.lang.Integer id,
                         java.net.URI uri,
                         java.lang.String path,
                         Option[] options,
                         OptionMetadata[] configurableOptions)
Method Detail

getId

public java.lang.Integer getId()

getURI

public java.net.URI getURI()

getPath

public java.lang.String getPath()

getOptions

public Option[] getOptions()
Returns:
just the data and typed information about what is available. This is normally not very interesting for the user of this class, but is used by the framework to decide things like what options are enabled. Use getConfigurableOptionsMetadata() to decide what the configurable options are.

getConfigurableOptionsMetadata

public OptionMetadata[] getConfigurableOptionsMetadata()
Returns:
information about what configurable options are available for a certain event type.

toString

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


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