com.microstrategy.web.objects.admin.serverconfig.IntelligenceServerInstances |
The IntelligenceServerInstances interface represents a list of IntelligenceServerInstance
objects.
This interface extends the IntelligenceServerInstances
interface, and contains Intelligence
Server-specific methods.
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
abstract DiagnosticsConfiguration |
getDefaultDiagnosticsConfiguration()
Returns the
DiagnosticsConfiguration for this IServer. | ||||||||||
abstract PerformanceLoggingConfiguration |
getDefaultPerformanceLoggingConfiguration()
Returns the default
PerformanceLoggingConfiguration for this IServer. | ||||||||||
abstract LogDestinations |
getLogDestinations()
Returns the log destinations for this IServer.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Returns the DiagnosticsConfiguration
for this IServer.
ServerConfigException | If an error was encountered while populating the diagnostics configuration. |
---|
Returns the default PerformanceLoggingConfiguration
for this IServer.
ServerConfigException | If an error was encountered while populating the logging configuration. |
---|
Returns the log destinations for this IServer.
ServerConfigException | If an error was encountered while retrieving the log destinations. |
---|