All Packages Class Hierarchy This Package Previous Next Index
Class ncsa.habanero.replay.ReplayRemote
java.lang.Object
|
+----ncsa.habanero.replay.ReplayMonitor
|
+----ncsa.habanero.replay.ReplayRemote
- public class ReplayRemote
- extends ReplayMonitor
ReplayRemote
This object stores all the information necessary to monitor the current status
of a replay plus it can be used to modify the state of the replay monitor.
This class should only be used by framework!
-
ReplayRemote()
-
-
setInit(boolean)
-
-
setLocalMode(boolean)
-
-
setReplayTime(long)
-
-
setRun(boolean)
-
ReplayRemote
public ReplayRemote()
- Returns:
- creates a replay monitor
setInit
public void setInit(boolean bWay)
- Parameters:
- bWay - the way to set the init
- Returns:
- sets whether we are starting a replay session
setRun
public void setRun(boolean bWay)
- Parameters:
- bWay - the way to set the init
- Returns:
- sets whether we are running a replay session
setReplayTime
public void setReplayTime(long lTime)
- Parameters:
- lTime - the time it is in replay
- Returns:
- sets the time in replay
setLocalMode
public void setLocalMode(boolean bWay)
- Parameters:
- bWay - the way to set the variable
- Returns:
- sets whether we are in local mode or not
All Packages Class Hierarchy This Package Previous Next Index