|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.objectweb.proactive.benchmarks.timit.util.TimItStore
public class TimItStore
This class is useful to share TimerCounter and EventObserver instances between classes on the same Body (or VM if app is not in a ProActive context)
Method Summary | |
---|---|
void |
activation()
|
EventObserver |
addEventObserver(EventObserver eo)
|
TimerCounter |
addTimerCounter(TimerCounter tc)
|
static TimItStore |
getInstance(Timed timed)
Get a TimerStore instance for the current Body, or the VM if we are not on an active object (ProActive context) |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static TimItStore getInstance(Timed timed)
public TimerCounter addTimerCounter(TimerCounter tc)
public EventObserver addEventObserver(EventObserver eo)
public void activation()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |