|
LogWeb V3 Default Emulator (AJAX based) | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
Object | +--lwh.send
Contains high level routines for server communication.
Requires the AJAX IFRAME routines.
Author: j.fellner@logics.de
See:
| Constructor Summary | |
lwh.send
()
|
|
| Method Summary | |
<static> void
|
cancel()
Cancels a pending transmit operation. |
<static> void
|
isAutoResume()
Returns true if parking the current session is supported. |
<static> void
|
login(<_LogWebParam_value> params)
Request a new session login from server. |
<static> void
|
refresh()
Requests server to refresh the host screen of the current session. |
<static> void
|
resume(<String> sessionID)
Requests server to resume the specified session. |
<static> void
|
stop()
Requests server to stop the current session. |
<static> void
|
suspend(<boolean> test)
Suspends (parks) the current session. |
| Constructor Detail |
lwh.send()
| Method Detail |
<static> void cancel()
<static> void isAutoResume()
<static> void login(<_LogWebParam_value> params)
params - the specific _Action (and parameters required for this _Action)
<static> void refresh()
<static> void resume(<String> sessionID)
sessionID - required: the sessionID assigned by the server
<static> void stop()
<static> void suspend(<boolean> test)
test - TEST ONLY: if true, sends SUSPEND to server and clears session info
|
LogWeb V3 Default Emulator (AJAX based) | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||