|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use EventOrder | |
---|---|
com.jrockit.mc.flightrecorder.provider | |
com.jrockit.mc.flightrecorder.spi |
Uses of EventOrder in com.jrockit.mc.flightrecorder.provider |
---|
Methods in com.jrockit.mc.flightrecorder.provider that return EventOrder | |
---|---|
EventOrder |
View.getOrder()
|
Methods in com.jrockit.mc.flightrecorder.provider with parameters of type EventOrder | |
---|---|
void |
View.setOrder(EventOrder order)
Sets the order the vents should fetched in. |
Uses of EventOrder in com.jrockit.mc.flightrecorder.spi |
---|
Methods in com.jrockit.mc.flightrecorder.spi that return EventOrder | |
---|---|
EventOrder |
IView.getOrder()
The order in which events are extracted. |
static EventOrder |
EventOrder.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static EventOrder[] |
EventOrder.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 EventOrder | |
---|---|
void |
IView.setOrder(EventOrder order)
Set the order to extract the events in. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |