Interface IntelligenceServerInstances
-
- All Superinterfaces:
ServerInstances
public interface IntelligenceServerInstances extends ServerInstances
The IntelligenceServerInstances interface represents a list ofIntelligenceServerInstance
objects. This interface extends theIntelligenceServerInstances
interface, 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 DiagnosticsConfiguration
getDefaultDiagnosticsConfiguration()
Returns theDiagnosticsConfiguration
for this IServer.PerformanceLoggingConfiguration
getDefaultPerformanceLoggingConfiguration()
Returns the defaultPerformanceLoggingConfiguration
for this IServer.LogDestinations
getLogDestinations()
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 defaultPerformanceLoggingConfiguration
for 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 theDiagnosticsConfiguration
for 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.
-
-