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.
-
ReplaySessionControl(ReplayController, Session)
-
-
back(int)
-
-
endSession()
-
-
endSession(boolean)
-
-
front(int)
-
-
getSession()
-
-
hide(int)
-
-
show(int)
-
ReplaySessionControl
public ReplaySessionControl(ReplayController parent,
Session init)
- Parameters:
- init - the current session
- Returns:
- creates a replay object
endSession
public void endSession()
- Returns:
- stops the current session
endSession
public void endSession(boolean bShouldStopEngine)
- Parameters:
- bShouldStopEngine - should we stop the engine?
- Returns:
- stops the current session
show
public void show(int nCollobjectIDNum)
- Parameters:
- nCollobjectIDNum - the id of the collobject to be adjusted
- Returns:
- shows the desired collobject
hide
public void hide(int nCollobjectIDNum)
- Parameters:
- nCollobjectIDNum - the id of the collobject to be adjusted
- Returns:
- hide the desired collobject
getSession
public Session getSession()
- Returns:
- the current session
front
public void front(int nCollobjectIDNum)
- Parameters:
- nCollobjectIDNum - the id of the collobject to be adjusted
- Returns:
- bring to the front the desired collobject
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