Public Member Functions | |
void | reconnect (out long errorCode, out AString message, in tmozIException tmozException) |
Relogin. | |
tmozIObjectView | open (in tmozIPage page) |
Request configuration from the server. | |
void | send (in tmozIDocument document) |
Send document. | |
tmozIDocument | createDocument (in AString attrs) |
Create document. | |
Public Attributes | |
readonly attribute boolean | needRelogin |
Check if component needs relogin. |
This object provides access to the document tree.
tmozIDocument createDocument | ( | in AString | attrs | ) |
Create document.
Create document with UI. This is high level functions which creates new document based on attributes.
attrs | serialized document attributes |
tmozIObjectView open | ( | in tmozIPage | page | ) |
Request configuration from the server.
This is blocking request.
tempConfigFile | Name of file with configuration. Caller have to delete this file. |
void reconnect | ( | out long | errorCode, | |
out AString | message, | |||
in tmozIException | tmozException | |||
) |
Relogin.
Relogin all connections.
Function throw an exception if fail.
void send | ( | in tmozIDocument | document | ) |
Send document.
Send document to the server