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
-
LocalBatchReplay(String)
-
-
LocalBatchReplay(String, boolean)
-
-
localReplay()
-
-
printCollobjects(FileReplayMIStr)
-
-
printParticipants(FileReplayMIStr)
-
-
run()
-
-
setReplayRate(double)
-
-
showPreview()
-
-
startCollabEnvironment()
-
LocalBatchReplay
public LocalBatchReplay(String strDirectory)
- Parameters:
- strDirectory - the directory containing the replay
- Returns:
- starts the replay in local mode
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
startCollabEnvironment
public void startCollabEnvironment()
- Returns:
- starts the pac session manager
setReplayRate
public void setReplayRate(double dSpeed)
- Parameters:
- dSpeed - the speed of the replay
- Returns:
- sets the speed of the replay
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
printParticipants
public void printParticipants(FileReplayMIStr participantStream)
- Parameters:
- participantStream - the stream with the names of the participants
- Returns:
- prints the name of the participants
showPreview
public void showPreview()
- Returns:
- runs a preview
localReplay
public void localReplay()
- Returns:
- runs a replay of a session
run
public void run()
- Returns:
- runs everything
- Overrides:
- run in class Thread
All Packages Class Hierarchy This Package Previous Next Index