Uses of Interface
com.jrockit.mc.flightrecorder.spi.IField

Packages that use IField
com.jrockit.mc.flightrecorder.provider   
com.jrockit.mc.flightrecorder.spi   
com.jrockit.mc.flightrecorder.util   
 

Uses of IField in com.jrockit.mc.flightrecorder.provider
 

Classes in com.jrockit.mc.flightrecorder.provider that implement IField
 class ConstantField
          Field that just returns a constant value.
 class DurationField
          Field that extract the duration from an event.
 class EndTimeField
          Field that extract the end time from an event.
 class EventTypeField
          Field that returns the event type for an event.
 class EventTypePathField
          Field that returns the path of the event type for an event.
 class Field
          Abstract base class for fields.
 class ProducerField
          Field that return the producer for an event
 class ProducerURIField
          Field that returns the URI for the producer of the event.
 class ReferenceField
          Field that can reference a value in another event Typically used when creating aggregated events.
 class StartTimeField
          Field that extracts the start time from an event.
 

Methods in com.jrockit.mc.flightrecorder.provider that return IField
 IField EventType.getField(java.lang.String key)
           
 

Methods in com.jrockit.mc.flightrecorder.provider that return types with arguments of type IField
 java.util.Collection<IField> EventType.getFields()
           
 

Methods in com.jrockit.mc.flightrecorder.provider with parameters of type IField
 void EventType.addField(IField field)
          Adds a field to the event type
 

Constructors in com.jrockit.mc.flightrecorder.provider with parameters of type IField
ReferenceField(IEventType type, java.lang.String id, IField valueField, IField eventField)
           
 

Uses of IField in com.jrockit.mc.flightrecorder.spi
 

Methods in com.jrockit.mc.flightrecorder.spi that return IField
 IField IEventType.getField(java.lang.String identifier)
          Returns a field for the event type, or null if not available.
 

Methods in com.jrockit.mc.flightrecorder.spi that return types with arguments of type IField
 java.util.Collection<IField> IEventType.getFields()
          Returns the fields for the event type.
 

Uses of IField in com.jrockit.mc.flightrecorder.util
 

Methods in com.jrockit.mc.flightrecorder.util that return IField
 IField EventValueLookup.getField(IEventType theType)
           
 



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