All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class ncsa.habanero.replay.ReplaySessionControl

java.lang.Object
   |
   +----ncsa.habanero.replay.ReplaySessionControl

public class ReplaySessionControl
extends Object
ReplaySessionControl This object stores all the information necessary for a session to be replayed.


Constructor Index

 o ReplaySessionControl(ReplayController, Session)

Method Index

 o back(int)
 o endSession()
 o endSession(boolean)
 o front(int)
 o getSession()
 o hide(int)
 o show(int)

Constructors

 o ReplaySessionControl
 public ReplaySessionControl(ReplayController parent,
                             Session init)
Parameters:
init - the current session
Returns:
creates a replay object

Methods

 o endSession
 public void endSession()
Returns:
stops the current session
 o endSession
 public void endSession(boolean bShouldStopEngine)
Parameters:
bShouldStopEngine - should we stop the engine?
Returns:
stops the current session
 o show
 public void show(int nCollobjectIDNum)
Parameters:
nCollobjectIDNum - the id of the collobject to be adjusted
Returns:
shows the desired collobject
 o hide
 public void hide(int nCollobjectIDNum)
Parameters:
nCollobjectIDNum - the id of the collobject to be adjusted
Returns:
hide the desired collobject
 o getSession
 public Session getSession()
Returns:
the current session
 o front
 public void front(int nCollobjectIDNum)
Parameters:
nCollobjectIDNum - the id of the collobject to be adjusted
Returns:
bring to the front the desired collobject
 o back
 public void back(int nCollobjectIDNum)
Parameters:
nCollobjectIDNum - the id of the collobject to be adjusted
Returns:
bring to the back the desired collobject

All Packages  Class Hierarchy  This Package  Previous  Next  Index