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
 

Subinterfaces of Session in com.sun.javatest.exec
 interface SessionExt
          Extention to the Session interface.
 

Classes in com.sun.javatest.exec that implement Session
 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
protected  Session BasicSessionControl.SessionView.session
           
 

Methods in com.sun.javatest.exec that return Session
 Session ET_DefaultViewControl.getConfig()
           
 Session ET_ViewControl.getConfig()
           
 Session BasicSessionControl.getSession()
          Returns the session object under control
 Session ET_SessionControl.getSession()
          Returns the config object under control
 

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

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



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