All Packages Class Hierarchy This Package Previous Next Index
Class ncsa.habanero.replay.ReplayMonitor
java.lang.Object
|
+----ncsa.habanero.replay.ReplayMonitor
- public class ReplayMonitor
- extends Object
ReplayMonitor
This object stores all the information necessary to monitor the current status
of a replay.
-
bLocalMode
-
-
bRunning
-
-
bStartup
-
-
lLastTime
-
-
ReplayMonitor()
-
-
executingReplay()
-
-
getTimeInReplay()
-
-
isPreview()
-
-
localMode()
-
-
setEngine(Thread)
-
-
setPreviewMode(boolean)
-
-
somethingHappening()
-
-
startingReplay()
-
bStartup
protected boolean bStartup
bRunning
protected boolean bRunning
lLastTime
protected long lLastTime
bLocalMode
protected boolean bLocalMode
ReplayMonitor
public ReplayMonitor()
- Returns:
- creates a replay monitor
startingReplay
public boolean startingReplay()
- Returns:
- whether we are starting a replay session
executingReplay
public boolean executingReplay()
- Returns:
- whether we are running a replay session
somethingHappening
public boolean somethingHappening()
- Returns:
- whether we are running a replay session
isPreview
public boolean isPreview()
- Returns:
- true when we are doing a preview of the session
setPreviewMode
public void setPreviewMode(boolean bNew)
- Parameters:
- bWay - which way do we want to set the previewer
- Returns:
- sets the preview mode (true = we are now doing preview)
getTimeInReplay
public long getTimeInReplay()
- Returns:
- the time of the next action to be executed (unless an action
is currently being executed, in which case it returns the current
action's time). -1 means replay has not started.
localMode
public boolean localMode()
- Returns:
- true if we are in local replay mode
setEngine
public void setEngine(Thread newEngine)
- Parameters:
- newEngine - the new engine
- Returns:
- sets the engine
All Packages Class Hierarchy This Package Previous Next Index