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

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

Uses of ITimeRange in com.jrockit.mc.flightrecorder
 

Methods in com.jrockit.mc.flightrecorder that return ITimeRange
 ITimeRange FlightRecording.getTimeRange()
          Returns the time range the recording spans.
 

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

Methods in com.jrockit.mc.flightrecorder.provider that return ITimeRange
 ITimeRange View.getRange()
          Returns the range for the view
 ITimeRange TrackGroup.getRange()
           
 ITimeRange Track.getRange()
           
 ITimeRange Repository.getTimeRange()
           
 

Methods in com.jrockit.mc.flightrecorder.provider with parameters of type ITimeRange
 java.util.Iterator<IEvent> Repository.brokenIterator(ITimeRange range)
           
 java.util.Iterator<IEvent> EventStorage.iterator(IEventFilter filter, ITimeRange range, Expansion rs)
          Once an iterator is requested no more data can be added to this IRangeHolder without throwing away the old data.
 void View.setRange(ITimeRange range)
           
 void Repository.setTimeRange(ITimeRange range)
           
 

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

Subinterfaces of ITimeRange in com.jrockit.mc.flightrecorder.spi
 interface IEvent
          Interface for an event.
 

Fields in com.jrockit.mc.flightrecorder.spi declared as ITimeRange
static ITimeRange ITimeRange.INFINITE_RANGE
          A range starting at negative infinity and ending at positive infinity.
 

Methods in com.jrockit.mc.flightrecorder.spi that return ITimeRange
 ITimeRange IView.getRange()
          Return the range the view spans.
 ITimeRange ITrackGroup.getRange()
          The time range the track group spans.
 ITimeRange ITrack.getRange()
          Return the range the range spans.
 ITimeRange IRepository.getTimeRange()
          Returns the time range the repository spans.
 

Methods in com.jrockit.mc.flightrecorder.spi with parameters of type ITimeRange
 void IView.setRange(ITimeRange range)
          Set the range the view should span-
 

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

Classes in com.jrockit.mc.flightrecorder.util that implement ITimeRange
 class TimeRange
          Class that represents a range.
 

Methods in com.jrockit.mc.flightrecorder.util with parameters of type ITimeRange
 int StartTimeComparator.compare(ITimeRange aRange, ITimeRange bRange)
           
 int EndTimeComparator.compare(ITimeRange aRange, ITimeRange bRange)
           
static long TimeRangeToolkit.cropRange(ITimeRange cropRange, ITimeRange range)
          Crops one time range with another and return the duration.
static java.lang.String TimeRangeToolkit.formatRange(ITimeRange timeRange)
          Formats a time range as text.
 

Constructors in com.jrockit.mc.flightrecorder.util with parameters of type ITimeRange
TimeFilter(ITimeRange range)
           
 



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