com.microstrategy.web.objects.admin.serverconfig.LogCategories |
This interface represents the collection of LogCategory
s that can be persisted for performance monitoring.
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
abstract Enumeration |
elements()
Returns an enumeration of
LogCategory objects. | ||||||||||
abstract LogCategory |
get(int index)
Returns the log category at the index passed.
| ||||||||||
abstract LogCategory |
getItemByName(String name)
Returns the log category with name passed.
| ||||||||||
abstract boolean |
isEmpty()
Conveys if the collection of log categories is empty.
| ||||||||||
abstract int |
size()
Returns the size of this collection of log cateogories
|
Returns an enumeration of LogCategory
objects.
Returns the log category at the index passed.
index | the index for the log category queried. |
---|
Returns the log category with name passed.
name | the name of log category queried. |
---|
Conveys if the collection of log categories is empty.
LogCategory
objects in the collection.
Returns the size of this collection of log cateogories