|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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_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)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |