Superservers defined for the system. More...
Public Attributes | |
BindAddress | |
More... | |
Description | |
Description `of the Server. More... | |
EnableCSP | |
More... | |
EnableCacheDirect | |
More... | |
EnableClients | |
More... | |
EnableDataCheck | |
More... | |
EnableECP | |
More... | |
EnableMirror | |
More... | |
EnableNodeJS | |
More... | |
EnableSNMP | |
More... | |
EnableShadows | |
More... | |
EnableSharding | |
More... | |
EnableWebLink | |
More... | |
Enabled | |
Server enabled. More... | |
Port | |
More... | |
SSLConfig | |
SSL configuration used for client connections. More... | |
SSLSupportLevel | |
Use SSL/TLS for Client connections. More... | |
SystemDefault | |
More... | |
Private Attributes | |
__DoNotStart | |
Used only by Initialize() More... | |
Superservers defined for the system.
The table for this class should be manipulated only through object access, the published API's or through the System Management Portal. It should not be updated through direct SQL access.
|
static |
Create a superserver.
Port - Port of the Server to modify.
BindAddress - BindAddress of the Server to modify.
|
static |
Delete a Server.
This method will delete an Server from the security database.
Parameters:
Port - Port of the Server to delete.
BindAddress - BindAddress of the Server to delete.
|
static |
Server exists.
This method checks for the existence of a Server in the security database.
Parameters:
Port - Port of the Server.
BindAddress - BindAddress of the Server.
Return values:
If Value of the method = 0 (Server does not exist, or some error occured)
Server = Null
Status = Server "x" does not exist, or other error message<br>
If Value of the method = 1 (Server exists)
Server = Object handle to Server
Status = $$$OK
|
static |
|
static |
Get a Server's properties.
Gets a Server's properties from the security database.
Parameters:
Port - Port of the Server.
BindAddress - BindAddress of the Server.
Return values:
Properties - Array of properties
|
static |
Import Server records from an xml file.
Parameters:
FileName - Filename to import Server records from
NumImported (byref) - Returns number of records imported
Flags - Control import
Bit 0 - Do not import records, just return count
Note: On failure, no records will be imported
|
static |
Modify a Server's properties.
Modifies a Server's properties from the security database.
Parameters:
Port - Port of the Server.
BindAddress - BindAddress of the Server.
Properties - Array of properties to modify.
See the Get() method for a description of the Properties parameter.
If a specific property is not passed in the properties array, the value is not modified. Note that some system defined properties are not changeable.
BindAddress |
Description |
Description `of the Server.
|
private |
Used only by Initialize()
EnableCSP |
EnableCacheDirect |
EnableClients |
EnableDataCheck |
EnableECP |
EnableMirror |
EnableNodeJS |
EnableSNMP |
EnableShadows |
EnableSharding |
EnableWebLink |
Enabled |
Server enabled.
Port |
SSLConfig |
SSL configuration used for client connections.
SSLSupportLevel |
Use SSL/TLS for Client connections.
0 = None
1 = Accept
2 = Require
SystemDefault |