|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ClientAgentRemote
Remote interface, through which a ClientAgent can be accessed via RMI
Method Summary | |
---|---|
void |
denyDownload(java.io.File file)
Remove download file from session by File |
void |
denyDownload(java.lang.String downloadFileName)
Remove download file from session by name |
java.lang.String |
getBrowserLocale()
|
java.lang.String |
getCsrfToken()
|
java.lang.String |
getExitPage()
|
double |
getFontCalibrationData(java.lang.String fontName,
int fontSize,
boolean isCapital)
|
AjaxSwingProperties |
getProps()
|
long |
getSessionTimeout()
|
java.util.List |
getTempFiles()
|
java.util.Locale |
getUserLocale()
|
void |
init(AgentInitData data,
HttpRequestData requestData)
Initializes the client |
boolean |
isDownloadAllowed(java.lang.String downloadFileName)
Returns true if the download of the given file name is allowed |
void |
ping()
Renews a lease on the agent. |
HttpResponseData |
processHttpRequest(HttpRequestData request)
Processes HTTP request |
void |
removeDownloadFileName(java.lang.String filename)
Remove download file from map where we wait files for download while them doesn't ready |
HttpResponseData |
renderWindows(HttpRequestData request)
Renderes the currently focused window as HTML |
void |
runApp(boolean wait)
Runs the application/applet. |
void |
setBrowserLocale(java.lang.String browserLocale)
|
void |
setExitPage(java.lang.String pageName)
|
void |
setFontCalibrationData(java.lang.String allCalibrationData)
|
void |
setSessionTimeout(long seconds)
|
void |
setUserLocale(java.util.Locale currentLocale)
|
void |
shutdown()
Terminates the client JVM |
Method Detail |
---|
void init(AgentInitData data, HttpRequestData requestData) throws java.lang.Exception, java.rmi.RemoteException
java.lang.Exception
java.rmi.RemoteException
void shutdown() throws java.rmi.RemoteException
java.rmi.RemoteException
boolean isDownloadAllowed(java.lang.String downloadFileName) throws java.rmi.RemoteException
java.rmi.RemoteException
void denyDownload(java.lang.String downloadFileName) throws java.rmi.RemoteException
java.rmi.RemoteException
void denyDownload(java.io.File file) throws java.rmi.RemoteException
java.rmi.RemoteException
void removeDownloadFileName(java.lang.String filename) throws java.rmi.RemoteException
java.rmi.RemoteException
void runApp(boolean wait) throws AjaxSwingException, java.rmi.RemoteException
AjaxSwingException
java.rmi.RemoteException
HttpResponseData processHttpRequest(HttpRequestData request) throws java.lang.Exception, java.rmi.RemoteException
java.lang.Exception
java.rmi.RemoteException
HttpResponseData renderWindows(HttpRequestData request) throws java.lang.Exception, java.rmi.RemoteException
java.lang.Exception
java.rmi.RemoteException
void ping() throws java.lang.Exception, java.rmi.RemoteException
java.lang.Exception
java.rmi.RemoteException
void setSessionTimeout(long seconds) throws java.rmi.RemoteException
java.rmi.RemoteException
long getSessionTimeout() throws java.rmi.RemoteException
java.rmi.RemoteException
void setExitPage(java.lang.String pageName) throws java.rmi.RemoteException
java.rmi.RemoteException
java.lang.String getExitPage() throws java.rmi.RemoteException
java.rmi.RemoteException
java.util.List getTempFiles() throws java.rmi.RemoteException
java.rmi.RemoteException
java.lang.String getCsrfToken() throws java.rmi.RemoteException
java.rmi.RemoteException
java.util.Locale getUserLocale() throws java.rmi.RemoteException
java.rmi.RemoteException
void setUserLocale(java.util.Locale currentLocale) throws java.rmi.RemoteException
java.rmi.RemoteException
AjaxSwingProperties getProps() throws java.rmi.RemoteException
java.rmi.RemoteException
java.lang.String getBrowserLocale() throws java.rmi.RemoteException
java.rmi.RemoteException
void setBrowserLocale(java.lang.String browserLocale) throws java.rmi.RemoteException
java.rmi.RemoteException
void setFontCalibrationData(java.lang.String allCalibrationData) throws java.rmi.RemoteException
java.rmi.RemoteException
double getFontCalibrationData(java.lang.String fontName, int fontSize, boolean isCapital) throws java.rmi.RemoteException
java.rmi.RemoteException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |