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  Session 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()
           
protected  void BasicSession.loadInterviewFromFile(WorkDirectory wd, java.io.File cfgFile)
          Loads interview from file.
 void Session.restore(java.util.Map map)
          Restores the config state from the map
 void BasicSession.restore(java.util.Map 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 Session.update(Session.Update u)
          Method to be invoked from outside to change the state of the Session.
 void BasicSession.update(Session.Update u)
          Applies the update.
 void ExecTool.update(WorkDirectory wd)
          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, 2010, Oracle and/or its affiliates. All rights reserved.