Uses of Class
com.jrockit.mc.flightrecorder.spi.Expansion

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

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

Methods in com.jrockit.mc.flightrecorder.provider with parameters of type Expansion
 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.setExpansion(Expansion expanded)
           
 

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

Methods in com.jrockit.mc.flightrecorder.spi that return Expansion
static Expansion Expansion.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static Expansion[] Expansion.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.jrockit.mc.flightrecorder.spi with parameters of type Expansion
 void IView.setExpansion(Expansion expanded)
          How to select events.
 



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