Class ecrion.ultrascale.Settings

Top Previous Topic Next Topic  Print this topic

Settings stores the global settings for the rendering engine. To get the expected results, these must be set prior to calling Engine.Render.

 

Members/Properties

 

Name

Description

GetLog

Gets the log settings for the current process.

 

Methods

 

Name

Description

AddNetLinkInstance

Add a new XF Rendering Server to perform NetLink load balancing.

 

GetLog

Gets the log settings for the current process. It can be used to get and set the log file and log level.

 

 

public static LogSettings GetLog()

 

 

AddNetLinkInstance

Add a new XF Rendering Server to perform NetLink load balancing.

 

 

public void AddNetLinkInstance(java.lang.String serverOrIpAddress, int port)

 

                       

Parameters

 

serverOrIpAddress

       The server name or IP address.

port

       The port that XF Rendering server is listening to. This can be found and set in the Management Console of that server under Listener Configuration. The default is 1099.