All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class ncsa.habanero.replay.LocalBatchReplay

java.lang.Object
   |
   +----java.lang.Thread
           |
           +----ncsa.habanero.replay.LocalBatchReplay

public class LocalBatchReplay
extends Thread
LocalBatchReplay


Constructor Index

 o LocalBatchReplay(String)
 o LocalBatchReplay(String, boolean)

Method Index

 o localReplay()
 o printCollobjects(FileReplayMIStr)
 o printParticipants(FileReplayMIStr)
 o run()
 o setReplayRate(double)
 o showPreview()
 o startCollabEnvironment()

Constructors

 o LocalBatchReplay
 public LocalBatchReplay(String strDirectory)
Parameters:
strDirectory - the directory containing the replay
Returns:
starts the replay in local mode
 o LocalBatchReplay
 public LocalBatchReplay(String strDirectory,
                         boolean bStarted)
Parameters:
strDirectory - the directory containing the replay
bStarted - has habanero already been started?
Returns:
starts the replay in local mode

Methods

 o startCollabEnvironment
 public void startCollabEnvironment()
Returns:
starts the pac session manager
 o setReplayRate
 public void setReplayRate(double dSpeed)
Parameters:
dSpeed - the speed of the replay
Returns:
sets the speed of the replay
 o printCollobjects
 public void printCollobjects(FileReplayMIStr collobjectStream)
Parameters:
collobjectStream - the stream with the names of the collobjects
Returns:
prints the name of the collobjects to Habanero
 o printParticipants
 public void printParticipants(FileReplayMIStr participantStream)
Parameters:
participantStream - the stream with the names of the participants
Returns:
prints the name of the participants
 o showPreview
 public void showPreview()
Returns:
runs a preview
 o localReplay
 public void localReplay()
Returns:
runs a replay of a session
 o run
 public void run()
Returns:
runs everything
Overrides:
run in class Thread

All Packages  Class Hierarchy  This Package  Previous  Next  Index