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

Packages that use ITrack
com.jrockit.mc.flightrecorder.provider   
com.jrockit.mc.flightrecorder.spi   
 

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

Classes in com.jrockit.mc.flightrecorder.provider that implement ITrack
 class Track
          A time-line where events could be place up on.
 

Methods in com.jrockit.mc.flightrecorder.provider that return types with arguments of type ITrack
 java.util.Collection<ITrack> TrackGroup.getAllTracks()
           
 java.util.List<ITrack> StorageHelper.getAllTracks()
           
 java.util.Collection<ITrack> View.getTracks()
           
 java.util.List<ITrack> TrackGroup.getTracks()
           
 

Method parameters in com.jrockit.mc.flightrecorder.provider with type arguments of type ITrack
 void View.setTracks(java.util.Collection<ITrack> tracks)
           
 

Constructor parameters in com.jrockit.mc.flightrecorder.provider with type arguments of type ITrack
View(StorageHelper helper, java.util.List<IEventType> eventTypes, java.util.List<ITrack> tracks, java.util.List<EventStorage> eventStorages, java.util.List<EventStorage> trackStorages)
           
 

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

Methods in com.jrockit.mc.flightrecorder.spi that return types with arguments of type ITrack
 java.util.Collection<ITrack> ITrackGroup.getAllTracks()
          Return all tracks that belong to the track group and it's children.
 java.util.Collection<ITrack> IView.getTracks()
          Return the collection of tracks that make up the view.
 java.util.List<ITrack> ITrackGroup.getTracks()
          Return all tracks that belong to the track group.
 

Method parameters in com.jrockit.mc.flightrecorder.spi with type arguments of type ITrack
 void IView.setTracks(java.util.Collection<ITrack> tracks)
          The tracks to include in the view
 



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