|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjgroup.util.log.Event
jgroup.util.log.ExperimentEvent
public class ExperimentEvent
ExperimentEvent
Nested Class Summary | |
---|---|
static class |
ExperimentEvent.Type
Supported experiment event types. |
Field Summary |
---|
Fields inherited from class jgroup.util.log.Event |
---|
description, eventHost, time, type |
Constructor Summary | |
---|---|
ExperimentEvent(EventType type,
int round,
int rerun)
|
Method Summary | |
---|---|
int |
getRerun()
|
int |
getRound()
|
boolean |
isLastEvent()
This method must be overriden by the event type which will be used to indicate that it is the last event. |
java.lang.String |
toString()
|
Methods inherited from class jgroup.util.log.Event |
---|
commonToString, compareTo, getDescription, getHost, getHostname, getTime, getType, isType, setRelativeTo, setTime |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public ExperimentEvent(EventType type, int round, int rerun)
Method Detail |
---|
public int getRound()
public int getRerun()
public boolean isLastEvent()
Event
isLastEvent
in class Event
End
; otherwise false.Event.isLastEvent()
public java.lang.String toString()
toString
in class Event
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |