Uses of Class
com.sun.javatest.exec.Session.Fault

Packages that use Session.Fault
com.sun.javatest.exec 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.Fault
static Parameters BasicSessionControl.clone(Parameters p)
          Clones passed parameters.
protected  SessionExt BasicSessionControl.createEmptySession()
          Creates an empty configuration for the test suite.
 ET_SessionControl ET_ControlFactory.createSessionControl()
          Creates a control over session.
 ET_SessionControl ET_DefaultControlFactory.createSessionControl()
           
 void BasicSession.loadInterviewFromFile(WorkDirectory wd, java.io.File cfgFile)
          Loads interview from file.
 void SessionExt.loadInterviewFromFile(WorkDirectory wd, java.io.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 BasicSession.restore(java.util.Map map)
           
 void Session.restore(java.util.Map map)
          Restores the config state from the map
 void BasicSessionControl.restoreConfigFromWD(WorkDirectory wd)
          Tries to restore latest available configuration for the session.
 void ExecTool.update(InterviewParameters ip)
          Invoked when manager orders to use new ip
 void BasicSession.update(Session.Update u)
          Applies the update.
 void Session.update(Session.Update u)
          Method to be invoked from outside to change the state of the Session.
 void BasicSession.update(Session.Update u, boolean updateConfig)
          Applies the update.
 void Session.update(Session.Update u, boolean updateConfig)
          Method to be invoked from outside to change the state of the Session.
 void 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.
protected  void BasicSession.updateNewConfig(InterviewParameters ip)
          Method invoked as a reaction on U_NewConfig update.
 

Constructors in com.sun.javatest.exec that throw Session.Fault
BasicSession(TestSuite ts)
          Creates empty session for the passed test suite.
BasicSessionControl(javax.swing.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)
           
 



Copyright (c) 1996, 2011, Oracle and/or its affiliates. All rights reserved.