Uses of Interface
com.sun.javatest.exec.Session

Packages that use Session
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
 

Classes in com.sun.javatest.exec that implement Session
 class BasicSession
          The very classic implemetation of Session that incapsulates the WorkDirectory instance and InterviewParameters instance.
 

Fields in com.sun.javatest.exec declared as Session
protected  Session BasicSessionControl.SessionView.session
           
 

Methods in com.sun.javatest.exec that return Session
protected  Session BasicSessionControl.createEmptySession()
          Creates an empty configuration for the test suite.
 Session ET_ViewControl.getConfig()
           
 Session ET_DefaultViewControl.getConfig()
           
 Session ET_SessionControl.getSession()
          Returns the config object under control
 Session BasicSessionControl.getSession()
          Returns the session object under control
 

Methods in com.sun.javatest.exec with parameters of type Session
 void ET_ViewControl.setConfig(Session ses)
           
 void ET_DefaultViewControl.setConfig(Session cfg)
           
 

Constructors in com.sun.javatest.exec with parameters of type Session
BasicSessionControl.SessionView(Session session)
           
 



Copyright (c) 1996, 2010, Oracle and/or its affiliates. All rights reserved.