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 ParametersBasicSessionControl.clone(Parameters p) Clones passed parameters.protected SessionExtBasicSessionControl.createEmptySession()Creates an empty configuration for the test suite.ET_ControlFactory.createSessionControl()Creates a control over session.ET_DefaultControlFactory.createSessionControl()voidBasicSession.loadInterviewFromFile(WorkDirectory wd, File cfgFile) Loads interview from file.voidSessionExt.loadInterviewFromFile(WorkDirectory wd, File jti) Loads interview from a given file and associates it with a given working directory.voidBasicSession.reloadInterview()Reloads interview if out of date.voidSessionExt.reloadInterview()Reloads interview if out of date.voidvoidRestores the config state from the mapvoidBasicSessionControl.restoreConfigFromWD(WorkDirectory wd) Tries to restore latest available configuration for the session.voidBasicSession.update(Session.Update u) Applies the update.voidBasicSession.update(Session.Update u, boolean updateConfig) Applies the update.voidExecTool.update(InterviewParameters ip) Invoked when manager orders to use new ipvoidExecTool.update(WorkDirectory wd) Invoked when manager orders to use new wd.voidExecTool.update(WorkDirectory wd, boolean updateConfig) Invoked when manager orders to use new wd.voidSession.update(Session.Update u) Method to be invoked from outside to change the state of the Session.voidSession.update(Session.Update u, boolean updateConfig) Method to be invoked from outside to change the state of the Session.protected voidBasicSession.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)