|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object orc.trace.events.Event orc.trace.events.ForkEvent orc.trace.events.RootEvent
public class RootEvent
The root event is like a ForkEvent but it is its own thread.
Field Summary |
---|
Fields inherited from class orc.trace.events.Event |
---|
cursor, location, seq, thread |
Constructor Summary | |
---|---|
RootEvent()
|
Method Summary | |
---|---|
ForkEvent |
getThread()
A thread is represented by the ForkEvent which spawned it. |
java.lang.String |
getType()
Return a string name for the type of event. |
Methods inherited from class orc.trace.events.ForkEvent |
---|
accept |
Methods inherited from class orc.trace.events.Event |
---|
getCursor, getProperty, getSeq, getSourceLocation, getSourceLocationTerm, prettyPrint, prettyPrintProperties, prettyPrintProperty, setCursor, setSeq, setSourceLocation, setThread, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public RootEvent()
Method Detail |
---|
public java.lang.String getType()
Event
getType
in class ForkEvent
public ForkEvent getThread()
Event
ForkEvent
which spawned it.
getThread
in class Event
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |