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 class
BasicSession.U_NewConfig
Class of update to configurationMethods in com.sun.javatest.exec with parameters of type Session.Update Modifier and Type Method Description void
BasicSession. update(Session.Update u)
Applies the update.void
BasicSession. update(Session.Update u, boolean updateConfig)
Applies the update.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.
-