com.jrockit.mc.flightrecorder.util
Class EventValueLookup

java.lang.Object
  extended by com.jrockit.mc.flightrecorder.util.EventValueLookup

public final class EventValueLookup
extends java.lang.Object

Figures out which event types that is compatible with certain attributes.

Author:
Erik Gahlin

Constructor Summary
EventValueLookup(java.util.Collection<FieldType> fieldTypes)
           
 
Method Summary
 void add(IEventType eventType, java.lang.String attributeIdentifier)
           
 void addAll(java.util.Collection<IEventType> types, java.lang.String attributeIdentifier)
           
 void clear()
           
 java.util.Collection<IEventType> getEventTypes()
           
 IField getField(IEventType theType)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EventValueLookup

public EventValueLookup(java.util.Collection<FieldType> fieldTypes)
Method Detail

add

public void add(IEventType eventType,
                java.lang.String attributeIdentifier)

getEventTypes

public java.util.Collection<IEventType> getEventTypes()

clear

public void clear()

getField

public IField getField(IEventType theType)

addAll

public void addAll(java.util.Collection<IEventType> types,
                   java.lang.String attributeIdentifier)


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