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, updateWorkDirectory getWorkDirectory()
InterviewParameters getInterviewParameters()
Session.getParameters()void loadInterviewFromFile(WorkDirectory wd, java.io.File jti) throws Session.Fault
wd - jti - Session.Faultvoid reloadInterview()
throws Session.Fault
Session.FaultCopyright (c) 1996, 2014, Oracle and/or its affiliates. All rights reserved.