Uses of Class
com.sun.javatest.exec.Session.Fault
Packages that use Session.Fault
Package
Description
The Test Manager Tool provides a GUI for opening, browsing, configuring,
and running tests and test suites, and for browsing the results.
-
Uses of Session.Fault in com.sun.javatest.exec
Methods in com.sun.javatest.exec that throw Session.FaultModifier and TypeMethodDescriptionstatic Parameters
BasicSessionControl.clone
(Parameters p) Clones passed parameters.protected SessionExt
BasicSessionControl.createEmptySession()
Creates an empty configuration for the test suite.ET_ControlFactory.createSessionControl()
Creates a control over session.ET_DefaultControlFactory.createSessionControl()
void
BasicSession.loadInterviewFromFile
(WorkDirectory wd, File cfgFile) Loads interview from file.void
SessionExt.loadInterviewFromFile
(WorkDirectory wd, File jti) Loads interview from a given file and associates it with a given working directory.void
BasicSession.reloadInterview()
Reloads interview if out of date.void
SessionExt.reloadInterview()
Reloads interview if out of date.void
void
Restores the config state from the mapvoid
BasicSessionControl.restoreConfigFromWD
(WorkDirectory wd) Tries to restore latest available configuration for the session.void
BasicSession.update
(Session.Update u) Applies the update.void
BasicSession.update
(Session.Update u, boolean updateConfig) Applies the update.void
ExecTool.update
(InterviewParameters ip) Invoked when manager orders to use new ipvoid
ExecTool.update
(WorkDirectory wd) Invoked when manager orders to use new wd.void
ExecTool.update
(WorkDirectory wd, boolean updateConfig) Invoked when manager orders to use new wd.void
Session.update
(Session.Update u) Method to be invoked from outside to change the state of the Session.void
Session.update
(Session.Update u, boolean updateConfig) Method to be invoked from outside to change the state of the Session.protected void
BasicSession.updateNewConfig
(InterviewParameters ip) Method invoked as a reaction on U_NewConfig update.Constructors in com.sun.javatest.exec that throw Session.FaultModifierConstructorDescriptionCreates empty session for the passed test suite.BasicSessionControl
(JComponent parent, UIFactory uif, TestSuite ts, ContextManager cm) Creates a control over new created session for the passed test suite.ExecTool
(ExecToolManager mgr, TestSuite ts)