com.microstrategy.web.objects.admin.serverconfig.PDFExporterServerInstance |
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.
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 | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Get message server host for the instance.
Get message server log level for the instance.
EnumKafkaServerLogLevel
Get message server port for the instance.
Get sub-process execution timeout for the instance.
Get subscription dedicated web server for the instance.
Get force use subscription dedicated web server
Set whether force use subscription dedicated web server
Set message server host for the instance.
Set message server log level for the instance.
level | message server log level EnumKafkaServerLogLevel
|
---|
Set message server port for the instance.
port | message server port |
---|
Set sub-process execution timeout for the instance.
time | sub-process execution timeout(second) |
---|
Set subscription dedicated web server for the instance.
webServer | subscription dedicated web server |
---|