Server specific runtime settings.
Go to Property Listing | Method Listing
addEventListener, getElements, removeEventListener, toSource, toSpecifier
|
Property |
Type |
Access |
Description |
|---|---|---|---|
|
readonly |
The socket the server uses to service administrative requests. |
||
|
readonly |
The configuration name for this instance of the server. |
||
|
readonly |
A collection of event listeners. |
||
|
readonly |
A collection of events. |
||
|
readonly |
The time interval (in seconds) at which last active timestamp of IDS is updated to IDS console app. |
||
|
readonly |
The name of the machine InDesignServer is running on; either symbolic (host.corp.com) or IP address (123.345.678.90). |
||
|
read/write |
If true, generates image previews. |
||
|
readonly |
Location to write the IOR file for CORBA. |
||
|
readonly |
Returns true if the object specifier resolves to valid objects. |
||
|
read/write |
If true, makes the native JavaScript user interface available. |
||
|
read/write |
Maximum number of errors to save. |
||
|
read/write |
If true, BeginSession requests are not blocked if no new session can be started currently (for cases when server is busy). |
||
|
readonly |
If true, client requests are executed on main thread only. |
||
|
readonly |
The parent of the ServerSetting (a Application). |
||
|
readonly |
Additional paths from which to load plugins. |
||
|
readonly |
The socket the server uses to service SOAP requests. |
||
|
read/write |
A property that allows setting of several properties at the same time. |
||
|
readonly |
If true, send crash log data to Adobe. |
||
|
readonly |
If true, session support logging is enabled. |
||
|
read/write |
The maximum time (in seconds) for which client wants to wait for BeginSession request to be serviced. |
||
|
readonly |
The session timeout (in seconds) for soap sessions. |
||
|
readonly |
If true, output is going to a console window. |
||
|
read/write |
If true, errors are saved in the error list. |
||
|
readonly |
If true, output is redirected to the system event log. |
||
|
readonly |
If true, install structured event handler. |
EventListener addEventListener (eventType:String, handler:Varies File JavaScriptFunction, [captures:Boolean=Boolean])
Adds an event listener.
|
Parameter |
Type |
Description |
|---|---|---|
|
eventType |
The event type. |
|
|
handler |
JavaScriptFunction |
The event handler. Can accept: File or JavaScript Function. |
|
captures |
This parameter is obsolete. (Optional) (default: false) |
ServerSetting getElements ()
Resolves the object specifier, creating an array of object references.
Boolean removeEventListener (eventType:String, handler:Varies File JavaScriptFunction, [captures:Boolean=Boolean])
Removes the event listener.
|
Parameter |
Type |
Description |
|---|---|---|
|
eventType |
The registered event type. |
|
|
handler |
JavaScriptFunction |
The registered event handler. Can accept: File or JavaScript Function. |
|
captures |
This parameter is obsolete. (Optional) (default: false) |
String toSource ()
Generates a string which, if executed, will return the ServerSetting.
String toSpecifier ()
Retrieves the object specifier.