Uses of Class
orc.trace.events.ForkEvent

Packages that use ForkEvent
orc.trace.events Events which may appear in a trace file. 
 

Uses of ForkEvent in orc.trace.events
 

Subclasses of ForkEvent in orc.trace.events
 class RootEvent
          The root event is like a ForkEvent but it is its own thread.
 

Fields in orc.trace.events with type parameters of type ForkEvent
protected  Handle<ForkEvent> Event.thread
           
 

Methods in orc.trace.events that return ForkEvent
 ForkEvent RootEvent.getThread()
           
 ForkEvent Event.getThread()
          A thread is represented by the ForkEvent which spawned it.
 

Methods in orc.trace.events with parameters of type ForkEvent
 void Event.setThread(ForkEvent thread)
           
 void DieEvent.setThread(ForkEvent thread)
           
 V Visitor.visit(ForkEvent event)