public interface SessionExt extends Session
Session.Event, Session.Fault, Session.Observer, Session.Update
Modifier and Type | Method and Description |
---|---|
InterviewParameters |
getInterviewParameters()
Returns InterviewParameters object, most likely the same object
as getParamaters()
According to the original idea there should not be such method in
this interface, getParameters() should be enough.
|
WorkDirectory |
getWorkDirectory()
Returns work directory assigned to the session.
|
void |
loadInterviewFromFile(WorkDirectory wd,
java.io.File jti)
Loads interview from a given file and associates it with a given
working directory.
|
void |
reloadInterview()
Reloads interview if out of date.
|
addObserver, dispose, getParameters, getPropertyNames, getValue, isReady, notifyObservers, removeObserver, restore, save, update, update
WorkDirectory getWorkDirectory()
InterviewParameters getInterviewParameters()
Session.getParameters()
void loadInterviewFromFile(WorkDirectory wd, java.io.File jti) throws Session.Fault
wd
- jti
- Session.Fault
void reloadInterview() throws Session.Fault
Session.Fault
Copyright (c) 1996, 2015, Oracle and/or its affiliates. All rights reserved.