Interface IntelligenceServerInstances
-
- All Superinterfaces:
ServerInstances
public interface IntelligenceServerInstances extends ServerInstances
The IntelligenceServerInstances interface represents a list ofIntelligenceServerInstanceobjects. This interface extends theIntelligenceServerInstancesinterface, and contains Intelligence Server-specific methods.- Since:
- MicroStrategy Web 7.5.2
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DiagnosticsConfigurationgetDefaultDiagnosticsConfiguration()Returns theDiagnosticsConfigurationfor this IServer.PerformanceLoggingConfigurationgetDefaultPerformanceLoggingConfiguration()Returns the defaultPerformanceLoggingConfigurationfor this IServer.LogDestinationsgetLogDestinations()Returns the log destinations for this IServer.-
Methods inherited from interface com.microstrategy.web.objects.admin.serverconfig.ServerInstances
add, copy, elements, get, getDefault, getItemByName, getServerType, isEmpty, remove, remove, setDefault, size
-
-
-
-
Method Detail
-
getDefaultPerformanceLoggingConfiguration
PerformanceLoggingConfiguration getDefaultPerformanceLoggingConfiguration() throws ServerConfigException
Returns the defaultPerformanceLoggingConfigurationfor this IServer.- Returns:
- PerformanceLoggingConfiguration the default performance logging configuration.
- Throws:
ServerConfigException- If an error was encountered while populating the logging configuration.
-
getDefaultDiagnosticsConfiguration
DiagnosticsConfiguration getDefaultDiagnosticsConfiguration() throws ServerConfigException
Returns theDiagnosticsConfigurationfor this IServer.- Returns:
- DiagnosticsConfiguration the default diagnostics configuration.
- Throws:
ServerConfigException- If an error was encountered while populating the diagnostics configuration.
-
getLogDestinations
LogDestinations getLogDestinations() throws ServerConfigException
Returns the log destinations for this IServer.- Returns:
- LogDestinations the log destinations.
- Throws:
ServerConfigException- If an error was encountered while retrieving the log destinations.
-
-