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!


Constructor Index

 o ReplayRemote()

Method Index

 o setInit(boolean)
 o setLocalMode(boolean)
 o setReplayTime(long)
 o setRun(boolean)

Constructors

 o ReplayRemote
 public ReplayRemote()
Returns:
creates a replay monitor

Methods

 o setInit
 public void setInit(boolean bWay)
Parameters:
bWay - the way to set the init
Returns:
sets whether we are starting a replay session
 o setRun
 public void setRun(boolean bWay)
Parameters:
bWay - the way to set the init
Returns:
sets whether we are running a replay session
 o setReplayTime
 public void setReplayTime(long lTime)
Parameters:
lTime - the time it is in replay
Returns:
sets the time in replay
 o 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