com.microstrategy.web.objects.admin.serverconfig.DiagnosticsDispatcher |
This interface represents a diagnostics dispatcher. A dispatcher is used by a DiagnosticsLogger
to dispatch logging messages. The dispatcher can
dispatch each logging message to multiple log destinations.
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
abstract SimpleList |
getDestinations()
Returns a Simple List of
LogDestination objects for this dispatcher. | ||||||||||
abstract String |
getName()
Returns the name of this dispatcher.
|
Returns a Simple List of LogDestination
objects for this dispatcher. New log destination objects can be added to this list (or removed). Note that
any changes done (e.g. adding/removing/clearing log destination objects to the list} should be saved using save()
methods.
ServerConfigException | if an error was encountered while querying the log destinations. |
---|
Returns the name of this dispatcher.