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 interface
SessionExt
Extention to the Session interface.Classes in com.sun.javatest.exec that implement Session Modifier and Type Class Description class
BasicSession
The 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 Session
BasicSessionControl.SessionView. session
Methods in com.sun.javatest.exec that return Session Modifier and Type Method Description Session
ET_DefaultViewControl. getConfig()
Session
ET_ViewControl. getConfig()
Session
BasicSessionControl. getSession()
Returns the session object under controlSession
ET_SessionControl. getSession()
Returns the config object under controlMethods in com.sun.javatest.exec with parameters of type Session Modifier and Type Method Description void
ET_DefaultViewControl. setConfig(Session cfg)
void
ET_ViewControl. setConfig(Session ses)
Constructors in com.sun.javatest.exec with parameters of type Session Constructor Description SessionView(Session session)
-