public interface

PDFExporterServerInstance

implements ServerInstance
com.microstrategy.web.objects.admin.serverconfig.PDFExporterServerInstance

Class Overview

This interface represents a server instance object which is for an PDF Exporter, a.k.a. New Export Engine. This interface extends the ServerInstance interface, and contains PDF Export Server-specific methods. Note that any changes made to the properties on this interface will not take place until the save method is called on the parent ServerInstance interface.

Summary

Public Methods
abstract String getMessageServerHost()
Get message server host for the instance.
abstract String getMessageServerLevel()
Get message server log level for the instance.
abstract int getMessageServerPort()
Get message server port for the instance.
abstract int getSubProcessExecutionTimeout()
Get sub-process execution timeout for the instance.
abstract String getSubscriptionDedicatedWebserver()
Get subscription dedicated web server for the instance.
abstract boolean isForceUseSubscriptionDedicatedWebserver()
Get force use subscription dedicated web server
abstract void setForceUseSubscriptionDedicatedWebserver(boolean forceUseSubscriptionDedicatedWebserver)
Set whether force use subscription dedicated web server
abstract void setMessageServerHost(String host)
Set message server host for the instance.
abstract void setMessageServerLevel(String level)
Set message server log level for the instance.
abstract void setMessageServerPort(int port)
Set message server port for the instance.
abstract void setSubProcessExecutionTimeout(int time)
Set sub-process execution timeout for the instance.
abstract void setSubscriptionDedicatedWebserver(String webServer)
Set subscription dedicated web server for the instance.
[Expand]
Inherited Methods
From interface com.microstrategy.web.objects.admin.serverconfig.ServerInstance

Public Methods

public abstract String getMessageServerHost ()

Get message server host for the instance.

Returns
  • message server host IP or name

public abstract String getMessageServerLevel ()

Get message server log level for the instance.

Returns

public abstract int getMessageServerPort ()

Get message server port for the instance.

Returns
  • message server port

public abstract int getSubProcessExecutionTimeout ()

Get sub-process execution timeout for the instance.

Returns
  • sub-process execution timeout(second)

public abstract String getSubscriptionDedicatedWebserver ()

Get subscription dedicated web server for the instance.

Returns
  • subscription dedicated web server

public abstract boolean isForceUseSubscriptionDedicatedWebserver ()

Get force use subscription dedicated web server

Returns
  • true if force use, otherwise, false

public abstract void setForceUseSubscriptionDedicatedWebserver (boolean forceUseSubscriptionDedicatedWebserver)

Set whether force use subscription dedicated web server

public abstract void setMessageServerHost (String host)

Set message server host for the instance.

public abstract void setMessageServerLevel (String level)

Set message server log level for the instance.

Parameters
level message server log level EnumKafkaServerLogLevel

public abstract void setMessageServerPort (int port)

Set message server port for the instance.

Parameters
port message server port

public abstract void setSubProcessExecutionTimeout (int time)

Set sub-process execution timeout for the instance.

Parameters
time sub-process execution timeout(second)

public abstract void setSubscriptionDedicatedWebserver (String webServer)

Set subscription dedicated web server for the instance.

Parameters
webServer subscription dedicated web server