Uses of Interface
com.sun.javatest.exec.Session
-
Packages that use Session 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 in com.sun.javatest.exec
Subinterfaces of Session in com.sun.javatest.exec Modifier and Type Interface Description interfaceSessionExtExtention to the Session interface.Classes in com.sun.javatest.exec that implement Session Modifier and Type Class Description classBasicSessionThe very classic implementation of Session that encapsulates the WorkDirectory instance and InterviewParameters instance.Fields in com.sun.javatest.exec declared as Session Modifier and Type Field Description protected SessionBasicSessionControl.SessionView. sessionMethods in com.sun.javatest.exec that return Session Modifier and Type Method Description SessionET_DefaultViewControl. getConfig()SessionET_ViewControl. getConfig()SessionBasicSessionControl. getSession()Returns the session object under controlSessionET_SessionControl. getSession()Returns the config object under controlMethods in com.sun.javatest.exec with parameters of type Session Modifier and Type Method Description voidET_DefaultViewControl. setConfig(Session cfg)voidET_ViewControl. setConfig(Session ses)Constructors in com.sun.javatest.exec with parameters of type Session Constructor Description SessionView(Session session)
-