com.microstrategy.web.objects.admin.serverconfig.DiagnosticsLoggers |
This interface represents the collection of diagnostics loggers for a given DiagnosticsConfiguration
.
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
abstract Enumeration |
elements()
Returns an enumeration of
DiagnosticsLogger objects. | ||||||||||
abstract DiagnosticsLogger |
get(int index)
Returns the diagnostics logger at a given index.
| ||||||||||
abstract DiagnosticsLogger |
getItemByName(String name)
Returns the diagnostics logger in the collection that has the name passed.
| ||||||||||
abstract boolean |
isEmpty()
Conveys if this collection is empty.
| ||||||||||
abstract int |
size()
Returns the number of diagnostics logger in the collection.
|
Returns an enumeration of DiagnosticsLogger
objects.
Returns the diagnostics logger at a given index.
index | the index for the desired logger. |
---|
Returns the diagnostics logger in the collection that has the name passed.
name | the name for the logger queried. |
---|
Conveys if this collection is empty.
Returns the number of diagnostics logger in the collection.