Uses of Interface
com.sun.javatest.exec.Session.Update
-
Packages that use Session.Update Package Description 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.Update in com.sun.javatest.exec
Classes in com.sun.javatest.exec that implement Session.Update Modifier and Type Class Description static classBasicSession.U_NewConfigClass of update to configurationMethods in com.sun.javatest.exec with parameters of type Session.Update Modifier and Type Method Description voidBasicSession. update(Session.Update u)Applies the update.voidBasicSession. update(Session.Update u, boolean updateConfig)Applies the update.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.
-